Type Alias xmc4300::usic0_ch0::tcsr::TdvR

source ·
pub type TdvR = BitReader<Tdv>;
Expand description

Field TDV reader - Transmit Data Valid

Aliased Type§

struct TdvR { /* private fields */ }

Implementations§

source§

impl TdvR

source

pub const fn variant(&self) -> Tdv

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The data word in TBUF is not valid for transmission.

source

pub fn is_value2(&self) -> bool

The data word in TBUF is valid for transmission and a transmission start is possible. New data should not be written to a TBUFx input location while TDV = 1.