Type Alias nrf52840_pac::clock::lfclksrc::BYPASS_R

source ·
pub type BYPASS_R = BitReader<BYPASS_A>;
Expand description

Field BYPASS reader - Enable or disable bypass of LFCLK crystal oscillator with external clock source

Aliased Type§

struct BYPASS_R { /* private fields */ }

Implementations§

source§

impl BYPASS_R

source

pub fn variant(&self) -> BYPASS_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