Struct esp32s2::rtc_cntl::time_update::W
source · pub struct W(_);
Expand description
Register TIME_UPDATE
writer
Implementations§
source§impl W
impl W
sourcepub fn timer_sys_stall(&mut self) -> TIMER_SYS_STALL_W<'_, 27>
pub fn timer_sys_stall(&mut self) -> TIMER_SYS_STALL_W<'_, 27>
Bit 27 - Selects the triggering condition for the RTC timer. See details in Table 1-2.
sourcepub fn timer_xtl_off(&mut self) -> TIMER_XTL_OFF_W<'_, 28>
pub fn timer_xtl_off(&mut self) -> TIMER_XTL_OFF_W<'_, 28>
Bit 28 - Selects the triggering condition for the RTC timer. See details in Table 1-2.
sourcepub fn timer_sys_rst(&mut self) -> TIMER_SYS_RST_W<'_, 29>
pub fn timer_sys_rst(&mut self) -> TIMER_SYS_RST_W<'_, 29>
Bit 29 - Selects the triggering condition for the RTC timer. See details in Table 1-2.
sourcepub fn time_update(&mut self) -> TIME_UPDATE_W<'_, 31>
pub fn time_update(&mut self) -> TIME_UPDATE_W<'_, 31>
Bit 31 - Selects the triggering condition for the RTC timer. See details in Table 1-2.
Methods from Deref<Target = W<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