pub struct R(_);
Expand description
Register RTCCALICFG2
reader
Implementations
sourceimpl R
impl R
sourcepub fn rtc_cali_timeout(&self) -> RTC_CALI_TIMEOUT_R
pub fn rtc_cali_timeout(&self) -> RTC_CALI_TIMEOUT_R
Bit 0 - RTC calibration timeout indicator
sourcepub fn rtc_cali_timeout_rst_cnt(&self) -> RTC_CALI_TIMEOUT_RST_CNT_R
pub fn rtc_cali_timeout_rst_cnt(&self) -> RTC_CALI_TIMEOUT_RST_CNT_R
Bits 3:6 - Cycles that release calibration timeout reset
sourcepub fn rtc_cali_timeout_thres(&self) -> RTC_CALI_TIMEOUT_THRES_R
pub fn rtc_cali_timeout_thres(&self) -> RTC_CALI_TIMEOUT_THRES_R
Bits 7:31 - Threshold value for the RTC calibration timer. If the calibration timer’s value exceeds this threshold, a timeout is triggered.
Methods from Deref<Target = R<RTCCALICFG2_SPEC>>
Trait Implementations
sourceimpl From<R<RTCCALICFG2_SPEC>> for R
impl From<R<RTCCALICFG2_SPEC>> for R
sourcefn from(reader: R<RTCCALICFG2_SPEC>) -> Self
fn from(reader: R<RTCCALICFG2_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more