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

pub struct R(_);

Register dcdc18_top_0 reader

Implementations

impl R[src]

pub fn dcdc18_rdy_aon(&self) -> DCDC18_RDY_AON_R[src]

Bit 31

pub fn dcdc18_sstart_time_aon(&self) -> DCDC18_SSTART_TIME_AON_R[src]

Bits 28:29

pub fn dcdc18_osc_inhibit_t2_aon(&self) -> DCDC18_OSC_INHIBIT_T2_AON_R[src]

Bit 27

pub fn dcdc18_slow_osc_aon(&self) -> DCDC18_SLOW_OSC_AON_R[src]

Bit 26

pub fn dcdc18_stop_osc_aon(&self) -> DCDC18_STOP_OSC_AON_R[src]

Bit 25

pub fn dcdc18_slope_curr_sel_aon(&self) -> DCDC18_SLOPE_CURR_SEL_AON_R[src]

Bits 20:24

pub fn dcdc18_osc_freq_trim_aon(&self) -> DCDC18_OSC_FREQ_TRIM_AON_R[src]

Bits 16:19

pub fn dcdc18_osc_2m_mode_aon(&self) -> DCDC18_OSC_2M_MODE_AON_R[src]

Bit 12

pub fn dcdc18_vpfm_aon(&self) -> DCDC18_VPFM_AON_R[src]

Bits 8:11

pub fn dcdc18_vout_sel_aon(&self) -> DCDC18_VOUT_SEL_AON_R[src]

Bits 1:5

Methods from Deref<Target = R<DCDC18_TOP_0_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<DCDC18_TOP_0_SPEC>

The resulting type after dereferencing.

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