Type Alias xmc4800::dac::dac0cfg1::TRIGMOD_W

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

Field TRIGMOD writer - Select the trigger source for channel 0

Aliased Type§

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

Implementations§

source§

impl<'a, REG> TRIGMOD_W<'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)