Type Alias xmc4200::usic0_ch0::pcr_sscmode::FEM_W

source ·
pub type FEM_W<'a, REG> = BitWriter<'a, REG, FEM_A>;
Expand description

Field FEM writer - Frame End Mode

Aliased Type§

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

Implementations§

source§

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