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

pub struct W(_);

Register xtal_cfg writer

Implementations

impl W[src]

pub fn xtal_rdy_sel_aon(&mut self) -> XTAL_RDY_SEL_AON_W[src]

Bits 30:31

pub fn xtal_gm_boost_aon(&mut self) -> XTAL_GM_BOOST_AON_W[src]

Bits 28:29

pub fn xtal_capcode_in_aon(&mut self) -> XTAL_CAPCODE_IN_AON_W[src]

Bits 22:27

pub fn xtal_capcode_out_aon(&mut self) -> XTAL_CAPCODE_OUT_AON_W[src]

Bits 16:21

pub fn xtal_amp_ctrl_aon(&mut self) -> XTAL_AMP_CTRL_AON_W[src]

Bits 14:15

pub fn xtal_sleep_aon(&mut self) -> XTAL_SLEEP_AON_W[src]

Bit 13

pub fn xtal_fast_startup_aon(&mut self) -> XTAL_FAST_STARTUP_AON_W[src]

Bit 12

pub fn xtal_buf_hp_aon(&mut self) -> XTAL_BUF_HP_AON_W[src]

Bits 8:11

pub fn xtal_buf_en_aon(&mut self) -> XTAL_BUF_EN_AON_W[src]

Bits 4:7

pub fn xtal_ext_sel_aon(&mut self) -> XTAL_EXT_SEL_AON_W[src]

Bit 3

pub fn xtal_capcode_extra_aon(&mut self) -> XTAL_CAPCODE_EXTRA_AON_W[src]

Bit 2

pub fn xtal_bk_aon(&mut self) -> XTAL_BK_AON_W[src]

Bits 0:1

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<XTAL_CFG_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<XTAL_CFG_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.