FretscR

Type Alias FretscR 

pub type FretscR = BitReader<Fretsc>;
Expand description

Field FRETSC reader - Frame Error / Transmit Special Character

Aliased Type§

pub struct FretscR { /* private fields */ }

Implementations§

§

impl FretscR

pub const fn variant(&self) -> Fretsc

Get enumerated values variant

pub fn is_0(&self) -> bool

The dataword was received without a frame error on read, or transmit a normal character on write.

pub fn is_1(&self) -> bool

The dataword was received with a frame error, or transmit an idle or break character on transmit.