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

pub struct R(_);

Register rfcal_stateen reader

Implementations

impl R[src]

pub fn rfcal_level(&self) -> RFCAL_LEVEL_R[src]

Bits 30:31

pub fn dpd_sten(&self) -> DPD_STEN_R[src]

Bit 16

pub fn tsencal_sten(&self) -> TSENCAL_STEN_R[src]

Bit 15

pub fn pwdet_cal_sten(&self) -> PWDET_CAL_STEN_R[src]

Bit 14

pub fn riqcal_sten(&self) -> RIQCAL_STEN_R[src]

Bit 13

pub fn tiqcal_sten(&self) -> TIQCAL_STEN_R[src]

Bit 12

pub fn lo_leakcal_sten(&self) -> LO_LEAKCAL_STEN_R[src]

Bit 11

pub fn rccal_sten(&self) -> RCCAL_STEN_R[src]

Bit 10

pub fn toscal_sten_resv(&self) -> TOSCAL_STEN_RESV_R[src]

Bit 9

pub fn roscal_sten(&self) -> ROSCAL_STEN_R[src]

Bit 8

pub fn clkpll_cal_sten(&self) -> CLKPLL_CAL_STEN_R[src]

Bit 7

pub fn inc_acal_sten(&self) -> INC_ACAL_STEN_R[src]

Bit 6

pub fn inc_fcal_sten(&self) -> INC_FCAL_STEN_R[src]

Bit 5

pub fn acal_sten(&self) -> ACAL_STEN_R[src]

Bit 4

pub fn fcal_sten(&self) -> FCAL_STEN_R[src]

Bit 3

pub fn dl_rfcal_table_sten(&self) -> DL_RFCAL_TABLE_STEN_R[src]

Bit 2

pub fn adc_oscal_sten(&self) -> ADC_OSCAL_STEN_R[src]

Bit 1

pub fn rcal_sten_resv(&self) -> RCAL_STEN_RESV_R[src]

Bit 0

Methods from Deref<Target = R<RFCAL_STATEEN_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<RFCAL_STATEEN_SPEC>

The resulting type after dereferencing.

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