Type Alias xmc4300::usic0_ch0::sctr::TrmW

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

Field TRM writer - Transmission Mode

Aliased Type§

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

Implementations§

source§

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

source

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

The shift control signal is considered as inactive and data frame transfers are not possible.

source

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

The shift control signal is considered active if it is at 1-level. This is the setting to be programmed to allow data transfers.

source

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

The shift control signal is considered active if it is at 0-level. It is recommended to avoid this setting and to use the inversion in the DX2 stage in case of a low-active signal.

source

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

The shift control signal is considered active without referring to the actual signal level. Data frame transfer is possible after each edge of the signal.