[][src]Struct bl602_pac::hbn::hbn_ctl::R

pub struct R(_);

Register HBN_CTL reader

Implementations

impl R[src]

pub fn hbn_state(&self) -> HBN_STATE_R[src]

Bits 28:31

pub fn sram_slp(&self) -> SRAM_SLP_R[src]

Bit 27

pub fn sram_slp_option(&self) -> SRAM_SLP_OPTION_R[src]

Bit 26

pub fn pwr_on_option(&self) -> PWR_ON_OPTION_R[src]

Bit 25

pub fn rtc_dly_option(&self) -> RTC_DLY_OPTION_R[src]

Bit 24

pub fn pu_dcdc18_aon(&self) -> PU_DCDC18_AON_R[src]

Bit 23

pub fn hbn_ldo11_aon_vout_sel(&self) -> HBN_LDO11_AON_VOUT_SEL_R[src]

Bits 19:22

pub fn hbn_ldo11_rt_vout_sel(&self) -> HBN_LDO11_RT_VOUT_SEL_R[src]

Bits 15:18

pub fn hbn_dis_pwr_off_ldo11_rt(&self) -> HBN_DIS_PWR_OFF_LDO11_RT_R[src]

Bit 14

pub fn hbn_dis_pwr_off_ldo11(&self) -> HBN_DIS_PWR_OFF_LDO11_R[src]

Bit 13

pub fn sw_rst(&self) -> SW_RST_R[src]

Bit 12

pub fn pwrdn_hbn_rtc(&self) -> PWRDN_HBN_RTC_R[src]

Bit 11

pub fn pwrdn_hbn_core(&self) -> PWRDN_HBN_CORE_R[src]

Bit 9

pub fn trap_mode(&self) -> TRAP_MODE_R[src]

Bit 8

pub fn hbn_mode(&self) -> HBN_MODE_R[src]

Bit 7

pub fn rtc_ctl(&self) -> RTC_CTL_R[src]

Bits 0:6

Methods from Deref<Target = R<HBN_CTL_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<HBN_CTL_SPEC>

The resulting type after dereferencing.

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