[][src]Struct bl602_pac::rf::rfcal_status::R

pub struct R(_);

Register rfcal_status reader

Implementations

impl R[src]

pub fn dpd_status(&self) -> DPD_STATUS_R[src]

Bits 30:31

pub fn tenscal_status(&self) -> TENSCAL_STATUS_R[src]

Bits 28:29

pub fn pwdet_cal_status(&self) -> PWDET_CAL_STATUS_R[src]

Bits 26:27

pub fn riqcal_status_resv(&self) -> RIQCAL_STATUS_RESV_R[src]

Bits 24:25

pub fn tiqcal_status_resv(&self) -> TIQCAL_STATUS_RESV_R[src]

Bits 22:23

pub fn lo_leakcal_status(&self) -> LO_LEAKCAL_STATUS_R[src]

Bits 20:21

pub fn rccal_status(&self) -> RCCAL_STATUS_R[src]

Bits 18:19

pub fn tos_status(&self) -> TOS_STATUS_R[src]

Bits 16:17

pub fn ros_status(&self) -> ROS_STATUS_R[src]

Bits 14:15

pub fn clkpll_cal_status(&self) -> CLKPLL_CAL_STATUS_R[src]

Bits 12:13

pub fn inc_acal_status(&self) -> INC_ACAL_STATUS_R[src]

Bits 10:11

pub fn inc_fcal_status(&self) -> INC_FCAL_STATUS_R[src]

Bits 8:9

pub fn acal_status(&self) -> ACAL_STATUS_R[src]

Bits 6:7

pub fn fcal_status(&self) -> FCAL_STATUS_R[src]

Bits 4:5

pub fn adc_oscal_status(&self) -> ADC_OSCAL_STATUS_R[src]

Bits 2:3

pub fn rcal_status(&self) -> RCAL_STATUS_R[src]

Bits 0:1

Methods from Deref<Target = R<RFCAL_STATUS_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<RFCAL_STATUS_SPEC>

The resulting type after dereferencing.

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