LdmodR

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

pub const fn variant(&self) -> Ldmod

Get enumerated values variant

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

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 is_10(&self) -> bool

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 is_11(&self) -> bool

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.