LdmodW

Type Alias LdmodW 

pub type LdmodW<'a, REG> = FieldWriter<'a, REG, 2, Ldmod, Safe>;
Expand description

Field LDMOD writer - Load Mode Select

Aliased Type§

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

Implementations§

§

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

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

The internal registers are loaded with the values from their buffers, immediately after 1 is written to LDOK.

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

The internal registers are loaded with the values from their buffers when the PDB counter (CNT) = MOD + 1 CNT delay elapsed, after 1 is written to LDOK.

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

The internal registers are loaded with the values from their buffers when a trigger input event is detected, after 1 is written to LDOK.

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

The internal registers are loaded with the values from their buffers when either the PDB counter (CNT) = MOD + 1 CNT delay elapsed, or a trigger input event is detected, after 1 is written to LDOK.