Type Alias xmc4300::usic0_ch0::tcsr::TdenW

source ·
pub type TdenW<'a, REG> = FieldWriterSafe<'a, REG, 2, Tden>;
Expand description

Field TDEN writer - TBUF Data Enable

Aliased Type§

struct TdenW<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> TdenW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

pub fn value1(self) -> &'a mut W<REG>

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 value2(self) -> &'a mut W<REG>

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

source

pub fn value3(self) -> &'a mut W<REG>

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

source

pub fn value4(self) -> &'a mut W<REG>

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