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