nrf52840_pac::clock::lfclksrc

Type Alias BYPASS_W

Source
pub type BYPASS_W<'a, const O: u8> = BitWriter<'a, u32, LFCLKSRC_SPEC, BYPASS_A, O>;
Expand description

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

Aliased Type§

struct BYPASS_W<'a, const O: u8> { /* private fields */ }

Implementations§

Source§

impl<'a, const O: u8> BYPASS_W<'a, O>

Source

pub fn disabled(self) -> &'a mut W

Disable (use with Xtal or low-swing external source)

Source

pub fn enabled(self) -> &'a mut W

Enable (use with rail-to-rail external source)