Type Alias BrdrdyR

Source
pub type BrdrdyR = BitReader<Brdrdyselect>;
Expand description

Field BRDRDY reader - Buffer Read Ready

Aliased Type§

struct BrdrdyR { /* private fields */ }

Implementations§

Source§

impl BrdrdyR

Source

pub const fn variant(&self) -> Brdrdyselect

Get enumerated values variant

Source

pub fn is_no(&self) -> bool

Not ready to read buffer

Source

pub fn is_yes(&self) -> bool

Ready to read buffer