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

source

pub fn variant(&self) -> EXTERNAL_A

Get enumerated values variant

source

pub fn is_disabled(&self) -> bool

Checks if the value of the field is DISABLED

source

pub fn is_enabled(&self) -> bool

Checks if the value of the field is ENABLED