[−][src]Struct bl602_pac::aon::dcdc18_top_0::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>>
Trait Implementations
impl Deref for W
[src]
type Target = W<DCDC18_TOP_0_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for W
[src]
impl From<W<DCDC18_TOP_0_SPEC>> for W
[src]
fn from(writer: W<DCDC18_TOP_0_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>,