Struct esp32s2::timg0::rtccalicfg2::W
source · pub struct W(_);
Expand description
Register RTCCALICFG2
writer
Implementations
sourceimpl 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
sourceimpl From<W<RTCCALICFG2_SPEC>> for W
impl From<W<RTCCALICFG2_SPEC>> for W
sourcefn from(writer: W<RTCCALICFG2_SPEC>) -> Self
fn from(writer: W<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