[][src]Struct bl602_pac::hbn::rc32k_ctrl0::R

pub struct 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>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<RC32K_CTRL0_SPEC>

The resulting type after dereferencing.

impl From<R<RC32K_CTRL0_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.