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

pub struct R(_);

Register aon_common reader

Implementations

impl R[src]

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

Bit 20

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

Bit 19

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

Bit 18

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

Bit 17

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

Bit 16

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

Bit 12

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

Bit 11

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

Bit 10

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

Bit 9

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

Bit 8

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

Bit 6

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

Bit 5

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

Bit 4

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

Bits 0:2

Methods from Deref<Target = R<AON_COMMON_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<AON_COMMON_SPEC>

The resulting type after dereferencing.

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