[][src]Struct bl602_pac::pds::rc32m_ctrl0::R

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

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<RC32M_CTRL0_SPEC>

The resulting type after dereferencing.

impl From<R<RC32M_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.