#[repr(u8)]
pub enum CNTSEL_A {
START,
END,
BETWEEN,
BOUNDARY,
}
Expand description
Timer/counter Output Event Mode
Value on reset: 0
Variants
START
0: An interrupt/event is generated when a new counter cycle starts
END
1: An interrupt/event is generated when a counter cycle ends
BETWEEN
2: An interrupt/event is generated when a counter cycle ends, except for the first and last cycles
BOUNDARY
3: An interrupt/event is generated when a new counter cycle starts or a counter cycle ends
Trait Implementations
impl Copy for CNTSEL_A
impl StructuralPartialEq for CNTSEL_A
Auto Trait Implementations
impl RefUnwindSafe for CNTSEL_A
impl Send for CNTSEL_A
impl Sync for CNTSEL_A
impl Unpin for CNTSEL_A
impl UnwindSafe for CNTSEL_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