Struct esp32s2::rtc_cntl::time_update::R
source · pub struct R(_);Expand description
Register TIME_UPDATE reader
Implementations§
source§impl R
impl R
sourcepub fn timer_sys_stall(&self) -> TIMER_SYS_STALL_R
pub fn timer_sys_stall(&self) -> TIMER_SYS_STALL_R
Bit 27 - Selects the triggering condition for the RTC timer. See details in Table 1-2.
sourcepub fn timer_xtl_off(&self) -> TIMER_XTL_OFF_R
pub fn timer_xtl_off(&self) -> TIMER_XTL_OFF_R
Bit 28 - Selects the triggering condition for the RTC timer. See details in Table 1-2.
sourcepub fn timer_sys_rst(&self) -> TIMER_SYS_RST_R
pub fn timer_sys_rst(&self) -> TIMER_SYS_RST_R
Bit 29 - Selects the triggering condition for the RTC timer. See details in Table 1-2.
Methods from Deref<Target = R<TIME_UPDATE_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