Type Alias xmc4300::dac::dac0cfg1::TrigmodW

source ·
pub type TrigmodW<'a, REG> = FieldWriter<'a, REG, 2, Trigmod>;
Expand description

Field TRIGMOD writer - Select the trigger source for channel 0

Aliased Type§

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

Implementations§

source§

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

source

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

internal Trigger (integer divided clock - see FREQ parameter)

source

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

external Trigger (preselected trigger by TRIGSEL parameter)

source

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

software Trigger (see SWTRIG parameter)