Type Alias xmc4800::dsd_ch0::dicfg::ItrmodeW

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

Field ITRMODE writer - Integrator Trigger Mode

Aliased Type§

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

Implementations§

source§

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

source

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

No integration trigger, integrator bypassed, INTEN = 0 all the time

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, INTEN = 1 all the time