[−][src]Struct bl602_pac::hbn::rc32k_ctrl0::R
Register rc32k_ctrl0
reader
Implementations
impl R
[src]
pub fn rc32k_code_fr_ext(&self) -> RC32K_CODE_FR_EXT_R
[src]
Bits 22:31
pub fn rc32k_cal_en(&self) -> RC32K_CAL_EN_R
[src]
Bit 20
pub fn rc32k_ext_code_en(&self) -> RC32K_EXT_CODE_EN_R
[src]
Bit 19
pub fn rc32k_allow_cal(&self) -> RC32K_ALLOW_CAL_R
[src]
Bit 18
pub fn rc32k_vref_dly(&self) -> RC32K_VREF_DLY_R
[src]
Bits 16:17
pub fn rc32k_dig_code_fr_cal(&self) -> RC32K_DIG_CODE_FR_CAL_R
[src]
Bits 6:15
pub fn rc32k_cal_precharge(&self) -> RC32K_CAL_PRECHARGE_R
[src]
Bit 5
pub fn rc32k_cal_div(&self) -> RC32K_CAL_DIV_R
[src]
Bits 3:4
pub fn rc32k_cal_inprogress(&self) -> RC32K_CAL_INPROGRESS_R
[src]
Bit 2
pub fn rc32k_rdy(&self) -> RC32K_RDY_R
[src]
Bit 1
pub fn rc32k_cal_done(&self) -> RC32K_CAL_DONE_R
[src]
Bit 0
Methods from Deref<Target = R<RC32K_CTRL0_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<RC32K_CTRL0_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<RC32K_CTRL0_SPEC>> for R
[src]
fn from(reader: R<RC32K_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>,