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

pub struct W(_);

Register aon_common writer

Implementations

impl W[src]

pub fn ten_cip_misc_aon(&mut self) -> TEN_CIP_MISC_AON_W[src]

Bit 20

pub fn ten_mbg_aon(&mut self) -> TEN_MBG_AON_W[src]

Bit 19

pub fn dten_xtal_aon(&mut self) -> DTEN_XTAL_AON_W[src]

Bit 18

pub fn ten_xtal_aon(&mut self) -> TEN_XTAL_AON_W[src]

Bit 17

pub fn ten_ldo15rf_aon(&mut self) -> TEN_LDO15RF_AON_W[src]

Bit 16

pub fn ten_bg_sys_aon(&mut self) -> TEN_BG_SYS_AON_W[src]

Bit 12

pub fn ten_dcdc18_1_aon(&mut self) -> TEN_DCDC18_1_AON_W[src]

Bit 11

pub fn ten_dcdc18_0_aon(&mut self) -> TEN_DCDC18_0_AON_W[src]

Bit 10

pub fn ten_ldo11soc_aon(&mut self) -> TEN_LDO11SOC_AON_W[src]

Bit 9

pub fn ten_vddcore_aon(&mut self) -> TEN_VDDCORE_AON_W[src]

Bit 8

pub fn ten_xtal32k(&mut self) -> TEN_XTAL32K_W[src]

Bit 6

pub fn dten_xtal32k(&mut self) -> DTEN_XTAL32K_W[src]

Bit 5

pub fn ten_aon(&mut self) -> TEN_AON_W[src]

Bit 4

pub fn tmux_aon(&mut self) -> TMUX_AON_W[src]

Bits 0:2

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

Writes raw bits to the register.

Methods from Deref<Target = W<AON_COMMON_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<AON_COMMON_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<AON_COMMON_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.