pub struct W(_);Expand description
Register TIME_UPDATE writer
Implementations
sourceimpl 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 - Enable to record system stall time
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 - Enable to record 40M XTAL OFF time
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 - enable to record system reset time
sourcepub fn time_update(&mut self) -> TIME_UPDATE_W<'_, 31>
pub fn time_update(&mut self) -> TIME_UPDATE_W<'_, 31>
Bit 31 - Set 1: to update register with RTC timer
Methods from Deref<Target = W<TIME_UPDATE_SPEC>>
Trait Implementations
sourceimpl From<W<TIME_UPDATE_SPEC>> for W
impl From<W<TIME_UPDATE_SPEC>> for W
sourcefn from(writer: W<TIME_UPDATE_SPEC>) -> Self
fn from(writer: W<TIME_UPDATE_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