Type Alias xmc4300::usic0_ch0::pcr_sscmode::FemW

source ·
pub type FemW<'a, REG> = BitWriter<'a, REG, Fem>;
Expand description

Field FEM writer - Frame End Mode

Aliased Type§

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

Implementations§

source§

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

source

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

The current data frame is considered as finished when the last bit of a data word has been sent out and the transmit buffer TBUF does not contain new data (TDV = 0).

source

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

The MSLS signal is kept active also while no new data is available and no other end of frame condition is reached. In this case, the software can accept delays in delivering the data without automatic deactivation of MSLS in multi-word data frames.