Type Alias nrf52840_pac::clock::lfclksrc::EXTERNAL_R
source · 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