Struct esp32s2::timg0::rtccalicfg2::W
source · pub struct W(_);
Expand description
Register RTCCALICFG2
writer
Implementations§
source§impl W
impl W
sourcepub fn rtc_cali_timeout_rst_cnt(&mut self) -> RTC_CALI_TIMEOUT_RST_CNT_W<'_, 3>
pub fn rtc_cali_timeout_rst_cnt(&mut self) -> RTC_CALI_TIMEOUT_RST_CNT_W<'_, 3>
Bits 3:6 - Cycles that release calibration timeout reset
sourcepub fn rtc_cali_timeout_thres(&mut self) -> RTC_CALI_TIMEOUT_THRES_W<'_, 7>
pub fn rtc_cali_timeout_thres(&mut self) -> RTC_CALI_TIMEOUT_THRES_W<'_, 7>
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 = W<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