pub struct R(/* private fields */);Expand description
Register rfcal_ctrlen reader
Implementations§
Source§impl R
impl R
Sourcepub fn rcal_en_resv(&self) -> RCAL_EN_RESV_R
pub fn rcal_en_resv(&self) -> RCAL_EN_RESV_R
Bit 0
Sourcepub fn adc_oscal_en(&self) -> ADC_OSCAL_EN_R
pub fn adc_oscal_en(&self) -> ADC_OSCAL_EN_R
Bit 1
Sourcepub fn dl_rfcal_table_en(&self) -> DL_RFCAL_TABLE_EN_R
pub fn dl_rfcal_table_en(&self) -> DL_RFCAL_TABLE_EN_R
Bit 2
Sourcepub fn fcal_inc_en(&self) -> FCAL_INC_EN_R
pub fn fcal_inc_en(&self) -> FCAL_INC_EN_R
Bit 5
Sourcepub fn acal_inc_en(&self) -> ACAL_INC_EN_R
pub fn acal_inc_en(&self) -> ACAL_INC_EN_R
Bit 6
Sourcepub fn roscal_inc_en(&self) -> ROSCAL_INC_EN_R
pub fn roscal_inc_en(&self) -> ROSCAL_INC_EN_R
Bit 7
Sourcepub fn clkpll_cal_en(&self) -> CLKPLL_CAL_EN_R
pub fn clkpll_cal_en(&self) -> CLKPLL_CAL_EN_R
Bit 8
Sourcepub fn roscal_en(&self) -> ROSCAL_EN_R
pub fn roscal_en(&self) -> ROSCAL_EN_R
Bit 9
Sourcepub fn toscal_en(&self) -> TOSCAL_EN_R
pub fn toscal_en(&self) -> TOSCAL_EN_R
Bit 10
Sourcepub fn rccal_en(&self) -> RCCAL_EN_R
pub fn rccal_en(&self) -> RCCAL_EN_R
Bit 11
Sourcepub fn lo_leakcal_en(&self) -> LO_LEAKCAL_EN_R
pub fn lo_leakcal_en(&self) -> LO_LEAKCAL_EN_R
Bit 12
Sourcepub fn tiqcal_en(&self) -> TIQCAL_EN_R
pub fn tiqcal_en(&self) -> TIQCAL_EN_R
Bit 13
Sourcepub fn riqcal_en(&self) -> RIQCAL_EN_R
pub fn riqcal_en(&self) -> RIQCAL_EN_R
Bit 14
Sourcepub fn pwdet_cal_en(&self) -> PWDET_CAL_EN_R
pub fn pwdet_cal_en(&self) -> PWDET_CAL_EN_R
Bit 15
Sourcepub fn tsencal_en(&self) -> TSENCAL_EN_R
pub fn tsencal_en(&self) -> TSENCAL_EN_R
Bit 16
Methods from Deref<Target = R<RFCAL_CTRLEN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more