FeR

Type Alias FeR 

pub type FeR = BitReader<Fe>;
Expand description

Field FE reader - Framing Error Flag

Aliased Type§

pub struct FeR { /* private fields */ }

Implementations§

§

impl FeR

pub const fn variant(&self) -> Fe

Get enumerated values variant

pub fn is_0(&self) -> bool

No framing error detected. This does not guarantee the framing is correct.

pub fn is_1(&self) -> bool

Framing error.