pub type REPMODE_W<'a> = FieldWriterSafe<'a, u32, CTRL_SPEC, u8, REPMODE_A, 2, 0>;
Expand description
Field REPMODE
writer - Repeat Mode
Aliased Type§
pub struct REPMODE_W<'a> { /* private fields */ }
Implementations§
Source§impl<'a> REPMODE_W<'a>
impl<'a> REPMODE_W<'a>
Sourcepub fn free(self) -> &'a mut W
pub fn free(self) -> &'a mut W
When started, the LETIMER counts down until it is stopped by software.
Sourcepub fn oneshot(self) -> &'a mut W
pub fn oneshot(self) -> &'a mut W
The counter counts REP0 times. When REP0 reaches zero, the counter stops.