RsfR

Type Alias RsfR 

pub type RsfR = BitReader<Rsf>;
Expand description

Field RSF reader - Repeated Start Flag

Aliased Type§

pub struct RsfR { /* private fields */ }

Implementations§

§

impl RsfR

pub const fn variant(&self) -> Rsf

Get enumerated values variant

pub fn is_0(&self) -> bool

Slave has not detected a Repeated START condition.

pub fn is_1(&self) -> bool

Slave has detected a Repeated START condition.