Type Alias BUSY_R

Source
pub type BUSY_R = BitReader<BUSY>;
Expand description

Field BUSY reader - Bus busy

Aliased Type§

struct BUSY_R { /* private fields */ }

Implementations§

Source§

impl BUSY_R

Source

pub const fn variant(&self) -> BUSY

Get enumerated values variant

Source

pub fn is_not_busy(&self) -> bool

No communication is in progress on the bus

Source

pub fn is_busy(&self) -> bool

A communication is in progress on the bus