Struct esp32c2_hal::pac::timg0::rtccalicfg2::R
pub struct R(_);
Expand description
Register RTCCALICFG2
reader
Implementations§
§impl R
impl R
pub fn rtc_cali_timeout(&self) -> BitReaderRaw<bool>
pub fn rtc_cali_timeout(&self) -> BitReaderRaw<bool>
Bit 0 - RTC calibration timeout indicator
pub fn rtc_cali_timeout_rst_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn rtc_cali_timeout_rst_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 3:6 - Cycles that release calibration timeout reset
pub fn rtc_cali_timeout_thres(&self) -> FieldReaderRaw<u32, u32>
pub fn rtc_cali_timeout_thres(&self) -> FieldReaderRaw<u32, u32>
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>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<RTCCALICFG2_SPEC>> for R
impl From<R<RTCCALICFG2_SPEC>> for R
§fn from(reader: R<RTCCALICFG2_SPEC>) -> R
fn from(reader: R<RTCCALICFG2_SPEC>) -> R
Converts to this type from the input type.