Type Alias LdmodR
pub type LdmodR = FieldReader<Ldmod>;Expand description
Field LDMOD reader - Load Mode Select
Aliased Type§
pub struct LdmodR { /* private fields */ }Implementations§
§impl LdmodR
impl LdmodR
pub fn is_00(&self) -> bool
pub fn is_00(&self) -> bool
The internal registers are loaded with the values from their buffers, immediately after 1 is written to LDOK.
pub fn is_01(&self) -> bool
pub fn is_01(&self) -> bool
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.