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>
impl<'a, REG> LdmodW<'a, REG>
pub fn _00(self) -> &'a mut W<REG>
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>
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.