[−][src]Struct bl602_pac::aon::aon_common::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>>
Trait Implementations
impl Deref for R
[src]
type Target = R<AON_COMMON_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<AON_COMMON_SPEC>> for R
[src]
fn from(reader: R<AON_COMMON_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>,