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

pub struct W(_);

Register rfcal_stateen writer

Implementations

impl W[src]

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

Bits 30:31

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

Bit 16

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

Bit 15

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

Bit 14

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

Bit 13

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

Bit 12

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

Bit 11

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

Bit 10

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

Bit 9

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

Bit 8

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

Bit 7

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

Bit 6

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

Bit 5

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

Bit 4

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

Bit 3

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

Bit 2

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

Bit 1

pub fn rcal_sten_resv(&mut self) -> RCAL_STEN_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_STATEEN_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_STATEEN_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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