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

pub struct W(_);

Register rfcal_ctrlen writer

Implementations

impl W[src]

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

Bit 17

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

Bit 16

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

Bit 15

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

Bit 14

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

Bit 13

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

Bit 12

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

Bit 11

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

Bit 10

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

Bit 9

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

Bit 8

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

Bit 7

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

Bit 6

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

Bit 5

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

Bit 4

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

Bit 3

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

Bit 2

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

Bit 1

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

Bit 0

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<RFCAL_CTRLEN_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<RFCAL_CTRLEN_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<RFCAL_CTRLEN_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.