Type Alias xmc4300::usic0_ch0::dx5cr::CM_W

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

Field CM writer - Combination Mode

Aliased Type§

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

Implementations§

source§

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

source

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

The trigger activation is disabled.

source

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

A rising edge activates DXnT.

source

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

A falling edge activates DXnT.

source

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

Both edges activate DXnT.