nrf5340_app_pac/oscillators_ns/
xosc32ki.rs1#[doc = r"Register block"]
2#[repr(C)]
3pub struct XOSC32KI {
4 #[doc = "0x00 - Enable or disable bypass of LFCLK crystal oscillator with external clock source"]
5 pub bypass: BYPASS,
6 _reserved1: [u8; 0x0c],
7 #[doc = "0x10 - Control usage of internal load capacitors"]
8 pub intcap: INTCAP,
9}
10#[doc = "BYPASS (rw) register accessor: an alias for `Reg<BYPASS_SPEC>`"]
11pub type BYPASS = crate::Reg<bypass::BYPASS_SPEC>;
12#[doc = "Enable or disable bypass of LFCLK crystal oscillator with external clock source"]
13pub mod bypass;
14#[doc = "INTCAP (rw) register accessor: an alias for `Reg<INTCAP_SPEC>`"]
15pub type INTCAP = crate::Reg<intcap::INTCAP_SPEC>;
16#[doc = "Control usage of internal load capacitors"]
17pub mod intcap;