Type Alias xmc4400::dsd_ch0::dicfg::ITRMODE_W

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

Field ITRMODE writer - Integrator Trigger Mode

Aliased Type§

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

Implementations§

source§

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

source

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

No integration trigger, integrator bypassed

source

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

Trigger event upon a falling edge

source

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

Trigger event upon a rising edge

source

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

No trigger, integrator active all the time