Type Alias BwrrdyW

Source
pub type BwrrdyW<'a, REG> = BitWriter<'a, REG, Bwrrdyselect>;
Expand description

Field BWRRDY writer - Buffer Write Ready

Aliased Type§

struct BwrrdyW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> BwrrdyW<'a, REG>
where REG: Writable + RegisterSpec,

Source

pub fn no(self) -> &'a mut W<REG>

Not ready to write buffer

Source

pub fn yes(self) -> &'a mut W<REG>

Ready to write buffer