[][src]Struct bl602_pac::aon::xtal_cfg::R

pub struct 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>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<XTAL_CFG_SPEC>

The resulting type after dereferencing.

impl From<R<XTAL_CFG_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.