MbfR

Type Alias MbfR 

pub type MbfR = BitReader<Mbf>;
Expand description

Field MBF reader - Module Busy Flag

Aliased Type§

pub struct MbfR { /* private fields */ }

Implementations§

§

impl MbfR

pub const fn variant(&self) -> Mbf

Get enumerated values variant

pub fn is_0(&self) -> bool

LPSPI is idle.

pub fn is_1(&self) -> bool

LPSPI is busy.