Type Alias xmc4300::usic0_ch0::tcsr::TdssmW

source ·
pub type TdssmW<'a, REG> = BitWriter<'a, REG, Tdssm>;
Expand description

Field TDSSM writer - TBUF Data Single Shot Mode

Aliased Type§

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

Implementations§

source§

impl<'a, REG> TdssmW<'a, REG>
where REG: Writable + RegisterSpec,

source

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

The data word in TBUF is not considered as invalid after it has been loaded into the transmit shift register. The loading of the TBUF data into the shift register does not clear TDV.

source

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

The data word in TBUF is considered as invalid after it has been loaded into the shift register. In ASC and IIC mode, TDV is cleared with the TBI event, whereas in SSC and IIS mode, it is cleared with the RSI event. TDSSM = 1 has to be programmed if an optional data buffer is used.