Type Alias DualselW

Source
pub type DualselW<'a, REG> = FieldWriter<'a, REG, 2, Dualselselect>;
Expand description

Field DUALSEL writer - Dual Mode Trigger Selection

Aliased Type§

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

Implementations§

Source§

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

Source

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

Start event or software trigger will start a conversion on both ADCs

Source

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

START event or software trigger will alternatingly start a conversion on ADC0 and ADC1