pub type W = W<u32, TIMER_CTRL>;Expand description
Writer for register TIMER_CTRL[%s]
Aliased Type§
pub struct W { /* private fields */ }Implementations§
Source§impl W
impl W
Sourcepub fn timer_start(&mut self) -> TIMER_START_W<'_>
pub fn timer_start(&mut self) -> TIMER_START_W<'_>
Bit 1 - Start or restart the timer
Sourcepub fn timer_stop(&mut self) -> TIMER_STOP_W<'_>
pub fn timer_stop(&mut self) -> TIMER_STOP_W<'_>
Bit 0 - Stop the timer