Type Alias BwrrdyR

Source
pub type BwrrdyR = BitReader<Bwrrdyselect>;
Expand description

Field BWRRDY reader - Buffer Write Ready

Aliased Type§

struct BwrrdyR { /* private fields */ }

Implementations§

Source§

impl BwrrdyR

Source

pub const fn variant(&self) -> Bwrrdyselect

Get enumerated values variant

Source

pub fn is_no(&self) -> bool

Not ready to write buffer

Source

pub fn is_yes(&self) -> bool

Ready to write buffer