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

pub struct R(_);

Register rfcal_ctrlen reader

Implementations

impl R[src]

pub fn dpd_en(&self) -> DPD_EN_R[src]

Bit 17

pub fn tsencal_en(&self) -> TSENCAL_EN_R[src]

Bit 16

pub fn pwdet_cal_en(&self) -> PWDET_CAL_EN_R[src]

Bit 15

pub fn riqcal_en(&self) -> RIQCAL_EN_R[src]

Bit 14

pub fn tiqcal_en(&self) -> TIQCAL_EN_R[src]

Bit 13

pub fn lo_leakcal_en(&self) -> LO_LEAKCAL_EN_R[src]

Bit 12

pub fn rccal_en(&self) -> RCCAL_EN_R[src]

Bit 11

pub fn toscal_en(&self) -> TOSCAL_EN_R[src]

Bit 10

pub fn roscal_en(&self) -> ROSCAL_EN_R[src]

Bit 9

pub fn clkpll_cal_en(&self) -> CLKPLL_CAL_EN_R[src]

Bit 8

pub fn roscal_inc_en(&self) -> ROSCAL_INC_EN_R[src]

Bit 7

pub fn acal_inc_en(&self) -> ACAL_INC_EN_R[src]

Bit 6

pub fn fcal_inc_en(&self) -> FCAL_INC_EN_R[src]

Bit 5

pub fn acal_en(&self) -> ACAL_EN_R[src]

Bit 4

pub fn fcal_en(&self) -> FCAL_EN_R[src]

Bit 3

pub fn dl_rfcal_table_en(&self) -> DL_RFCAL_TABLE_EN_R[src]

Bit 2

pub fn adc_oscal_en(&self) -> ADC_OSCAL_EN_R[src]

Bit 1

pub fn rcal_en_resv(&self) -> RCAL_EN_RESV_R[src]

Bit 0

Methods from Deref<Target = R<RFCAL_CTRLEN_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<RFCAL_CTRLEN_SPEC>

The resulting type after dereferencing.

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