Type Alias xmc4800::usic0_ch0::tcsr::TDEN_W

source ·
pub type TDEN_W<'a, REG> = FieldWriter<'a, REG, 2, TDEN_A, Safe>;
Expand description

Field TDEN writer - TBUF Data Enable

Aliased Type§

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

Implementations§

source§

impl<'a, REG> TDEN_W<'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.