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

pub struct W(_);

Register dcdc18_top_0 writer

Implementations

impl W[src]

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

Bit 31

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

Bits 28:29

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

Bit 27

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

Bit 26

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

Bit 25

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

Bits 20:24

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

Bits 16:19

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

Bit 12

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

Bits 8:11

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

Bits 1:5

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

Writes raw bits to the register.

Methods from Deref<Target = W<DCDC18_TOP_0_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<DCDC18_TOP_0_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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