Struct esp32s3_hal::pac::timg0::rtccalicfg2::W
pub struct W(_);
Expand description
Register RTCCALICFG2
writer
Implementations
impl W
impl W
pub fn rtc_cali_timeout_rst_cnt(
&mut self
) -> FieldWriterRaw<'_, u32, RTCCALICFG2_SPEC, u8, u8, Unsafe, 4, 3>
pub fn rtc_cali_timeout_rst_cnt(
&mut self
) -> FieldWriterRaw<'_, u32, RTCCALICFG2_SPEC, u8, u8, Unsafe, 4, 3>
Bits 3:6 - Cycles that release calibration timeout reset
pub fn rtc_cali_timeout_thres(
&mut self
) -> FieldWriterRaw<'_, u32, RTCCALICFG2_SPEC, u32, u32, Unsafe, 25, 7>
pub fn rtc_cali_timeout_thres(
&mut self
) -> FieldWriterRaw<'_, u32, RTCCALICFG2_SPEC, u32, u32, Unsafe, 25, 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>>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations
impl From<W<RTCCALICFG2_SPEC>> for W
impl From<W<RTCCALICFG2_SPEC>> for W
fn from(writer: W<RTCCALICFG2_SPEC>) -> W
fn from(writer: W<RTCCALICFG2_SPEC>) -> W
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