Type Alias xmc4400::usic0_ch0::tcsr::TDEN_R

source ·
pub type TDEN_R = FieldReader<TDEN_A>;
Expand description

Field TDEN reader - TBUF Data Enable

Aliased Type§

struct TDEN_R { /* private fields */ }

Implementations§

source§

impl TDEN_R

source

pub const fn variant(&self) -> TDEN_A

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

A transmission start of the data word in TBUF is disabled. If a transmission is started, the passive data level is sent out.

source

pub fn is_value2(&self) -> bool

A transmission of the data word in TBUF can be started if TDV = 1.

source

pub fn is_value3(&self) -> bool

A transmission of the data word in TBUF can be started if TDV = 1 while DX2S = 0.

source

pub fn is_value4(&self) -> bool

A transmission of the data word in TBUF can be started if TDV = 1 while DX2S = 1.