[−][src]Struct bl602_pac::aon::xtal_cfg::R
Register xtal_cfg
reader
Implementations
impl R
[src]
pub fn xtal_rdy_sel_aon(&self) -> XTAL_RDY_SEL_AON_R
[src]
Bits 30:31
pub fn xtal_gm_boost_aon(&self) -> XTAL_GM_BOOST_AON_R
[src]
Bits 28:29
pub fn xtal_capcode_in_aon(&self) -> XTAL_CAPCODE_IN_AON_R
[src]
Bits 22:27
pub fn xtal_capcode_out_aon(&self) -> XTAL_CAPCODE_OUT_AON_R
[src]
Bits 16:21
pub fn xtal_amp_ctrl_aon(&self) -> XTAL_AMP_CTRL_AON_R
[src]
Bits 14:15
pub fn xtal_sleep_aon(&self) -> XTAL_SLEEP_AON_R
[src]
Bit 13
pub fn xtal_fast_startup_aon(&self) -> XTAL_FAST_STARTUP_AON_R
[src]
Bit 12
pub fn xtal_buf_hp_aon(&self) -> XTAL_BUF_HP_AON_R
[src]
Bits 8:11
pub fn xtal_buf_en_aon(&self) -> XTAL_BUF_EN_AON_R
[src]
Bits 4:7
pub fn xtal_ext_sel_aon(&self) -> XTAL_EXT_SEL_AON_R
[src]
Bit 3
pub fn xtal_capcode_extra_aon(&self) -> XTAL_CAPCODE_EXTRA_AON_R
[src]
Bit 2
pub fn xtal_bk_aon(&self) -> XTAL_BK_AON_R
[src]
Bits 0:1
Methods from Deref<Target = R<XTAL_CFG_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<XTAL_CFG_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<XTAL_CFG_SPEC>> for R
[src]
fn from(reader: R<XTAL_CFG_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,