Type Alias xmc4800::usic0_ch0::psr_ascmode::TffR

source ·
pub type TffR = BitReader<Tff>;
Expand description

Field TFF reader - Transmitter Frame Finished

Aliased Type§

struct TffR { /* private fields */ }

Implementations§

source§

impl TffR

source

pub const fn variant(&self) -> Tff

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The transmitter frame is not yet finished.

source

pub fn is_value2(&self) -> bool

The transmitter frame is finished.