#[repr(u8)]
pub enum EVACT0_A {
OFF,
RETRIGGER,
COUNTEV,
START,
INC,
COUNT,
STAMP,
FAULT,
}
Expand description
Timer/counter Input Event0 Action
Value on reset: 0
Variants
OFF
0: Event action disabled
RETRIGGER
1: Start, restart or re-trigger counter on event
COUNTEV
2: Count on event
START
3: Start counter on event
INC
4: Increment counter on event
COUNT
5: Count on active state of asynchronous event
STAMP
6: Stamp capture
FAULT
7: Non-recoverable fault
Trait Implementations
impl Copy for EVACT0_A
impl StructuralPartialEq for EVACT0_A
Auto Trait Implementations
impl RefUnwindSafe for EVACT0_A
impl Send for EVACT0_A
impl Sync for EVACT0_A
impl Unpin for EVACT0_A
impl UnwindSafe for EVACT0_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