[−][src]Struct bl602_pac::pds::rc32m_ctrl0::R
Register rc32m_ctrl0
reader
Implementations
impl R
[src]
pub fn rc32m_code_fr_ext(&self) -> RC32M_CODE_FR_EXT_R
[src]
Bits 22:29
pub fn rc32m_pd(&self) -> RC32M_PD_R
[src]
Bit 21
pub fn rc32m_cal_en(&self) -> RC32M_CAL_EN_R
[src]
Bit 20
pub fn rc32m_ext_code_en(&self) -> RC32M_EXT_CODE_EN_R
[src]
Bit 19
pub fn rc32m_refclk_half(&self) -> RC32M_REFCLK_HALF_R
[src]
Bit 18
pub fn rc32m_allow_cal(&self) -> RC32M_ALLOW_CAL_R
[src]
Bit 17
pub fn rc32m_dig_code_fr_cal(&self) -> RC32M_DIG_CODE_FR_CAL_R
[src]
Bits 6:13
pub fn rc32m_cal_precharge(&self) -> RC32M_CAL_PRECHARGE_R
[src]
Bit 5
pub fn rc32m_cal_div(&self) -> RC32M_CAL_DIV_R
[src]
Bits 3:4
pub fn rc32m_cal_inprogress(&self) -> RC32M_CAL_INPROGRESS_R
[src]
Bit 2
pub fn rc32m_rdy(&self) -> RC32M_RDY_R
[src]
Bit 1
pub fn rc32m_cal_done(&self) -> RC32M_CAL_DONE_R
[src]
Bit 0
Methods from Deref<Target = R<RC32M_CTRL0_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<RC32M_CTRL0_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<RC32M_CTRL0_SPEC>> for R
[src]
fn from(reader: R<RC32M_CTRL0_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>,