SdfR

Type Alias SdfR 

pub type SdfR = BitReader<Sdf>;
Expand description

Field SDF reader - STOP Detect Flag

Aliased Type§

pub struct SdfR { /* private fields */ }

Implementations§

§

impl SdfR

pub const fn variant(&self) -> Sdf

Get enumerated values variant

pub fn is_0(&self) -> bool

Master has not generated a STOP condition.

pub fn is_1(&self) -> bool

Master has generated a STOP condition.