SbfR

Type Alias SbfR 

pub type SbfR = BitReader<Sbf>;
Expand description

Field SBF reader - Slave Busy Flag

Aliased Type§

pub struct SbfR { /* private fields */ }

Implementations§

§

impl SbfR

pub const fn variant(&self) -> Sbf

Get enumerated values variant

pub fn is_0(&self) -> bool

I2C Slave is idle.

pub fn is_1(&self) -> bool

I2C Slave is busy.