[−][src]Struct bl602_pac::rf::rfcal_stateen::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>>
Trait Implementations
impl Deref for W
[src]
type Target = W<RFCAL_STATEEN_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for W
[src]
impl From<W<RFCAL_STATEEN_SPEC>> for W
[src]
fn from(writer: W<RFCAL_STATEEN_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>,