[−][src]Struct bl602_pac::rf::rfcal_ctrlen::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>>
Trait Implementations
impl Deref for R
[src]
type Target = R<RFCAL_CTRLEN_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<RFCAL_CTRLEN_SPEC>> for R
[src]
fn from(reader: R<RFCAL_CTRLEN_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,