Struct esp32s2::timg0::rtccalicfg2::R   
source · pub struct R(_);Expand description
Register RTCCALICFG2 reader
Implementations§
source§impl 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§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more