Type Alias BrdrdyW

Source
pub type BrdrdyW<'a, REG> = BitWriter<'a, REG, Brdrdyselect>;
Expand description

Field BRDRDY writer - Buffer Read Ready

Aliased Type§

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

Implementations§

Source§

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

Source

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

Not ready to read buffer

Source

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

Ready to read buffer