pub struct CNTSEL_W<'a> { /* private fields */ }
Expand description
Field CNTSEL
writer - Timer/counter Output Event Mode
Implementations
sourceimpl<'a> CNTSEL_W<'a>
impl<'a> CNTSEL_W<'a>
sourcepub fn start(self) -> &'a mut W
pub fn start(self) -> &'a mut W
An interrupt/event is generated when a new counter cycle starts
sourcepub fn between(self) -> &'a mut W
pub fn between(self) -> &'a mut W
An interrupt/event is generated when a counter cycle ends, except for the first and last cycles
Auto Trait Implementations
impl<'a> RefUnwindSafe for CNTSEL_W<'a>
impl<'a> Send for CNTSEL_W<'a>
impl<'a> Sync for CNTSEL_W<'a>
impl<'a> Unpin for CNTSEL_W<'a>
impl<'a> !UnwindSafe for CNTSEL_W<'a>
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