Type Alias xmc4800::usic0_ch0::dx3cr::CmW

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

Field CM writer - Combination Mode

Aliased Type§

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

Implementations§

source§

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