[−][src]Struct bl602_pac::rf::rfcal_status::W
Register rfcal_status
writer
Implementations
impl W
[src]
pub fn dpd_status(&mut self) -> DPD_STATUS_W
[src]
Bits 30:31
pub fn tenscal_status(&mut self) -> TENSCAL_STATUS_W
[src]
Bits 28:29
pub fn pwdet_cal_status(&mut self) -> PWDET_CAL_STATUS_W
[src]
Bits 26:27
pub fn riqcal_status_resv(&mut self) -> RIQCAL_STATUS_RESV_W
[src]
Bits 24:25
pub fn tiqcal_status_resv(&mut self) -> TIQCAL_STATUS_RESV_W
[src]
Bits 22:23
pub fn lo_leakcal_status(&mut self) -> LO_LEAKCAL_STATUS_W
[src]
Bits 20:21
pub fn rccal_status(&mut self) -> RCCAL_STATUS_W
[src]
Bits 18:19
pub fn tos_status(&mut self) -> TOS_STATUS_W
[src]
Bits 16:17
pub fn ros_status(&mut self) -> ROS_STATUS_W
[src]
Bits 14:15
pub fn clkpll_cal_status(&mut self) -> CLKPLL_CAL_STATUS_W
[src]
Bits 12:13
pub fn inc_acal_status(&mut self) -> INC_ACAL_STATUS_W
[src]
Bits 10:11
pub fn inc_fcal_status(&mut self) -> INC_FCAL_STATUS_W
[src]
Bits 8:9
pub fn acal_status(&mut self) -> ACAL_STATUS_W
[src]
Bits 6:7
pub fn fcal_status(&mut self) -> FCAL_STATUS_W
[src]
Bits 4:5
pub fn adc_oscal_status(&mut self) -> ADC_OSCAL_STATUS_W
[src]
Bits 2:3
pub fn rcal_status(&mut self) -> RCAL_STATUS_W
[src]
Bits 0:1
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register.
Methods from Deref<Target = W<RFCAL_STATUS_SPEC>>
Trait Implementations
impl Deref for W
[src]
type Target = W<RFCAL_STATUS_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for W
[src]
impl From<W<RFCAL_STATUS_SPEC>> for W
[src]
fn from(writer: W<RFCAL_STATUS_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>,