pub type EXTERNAL_R = BitReader<EXTERNAL_A>;
Expand description
Field EXTERNAL
reader - Enable or disable external source for LFCLK
Aliased Type§
struct EXTERNAL_R { /* private fields */ }
Implementations§
Source§impl EXTERNAL_R
impl EXTERNAL_R
Sourcepub fn variant(&self) -> EXTERNAL_A
pub fn variant(&self) -> EXTERNAL_A
Get enumerated values variant
Sourcepub fn is_disabled(&self) -> bool
pub fn is_disabled(&self) -> bool
Checks if the value of the field is DISABLED
Sourcepub fn is_enabled(&self) -> bool
pub fn is_enabled(&self) -> bool
Checks if the value of the field is ENABLED