#[repr(u8)]
pub enum EDGSEL_A {
NO_EVT_OUTPUT,
RISING_EDGE,
FALLING_EDGE,
BOTH_EDGES,
}
Expand description
Edge Detection Selection
Value on reset: 0
Variants
NO_EVT_OUTPUT
0: No event output when using the resynchronized or synchronous path
RISING_EDGE
1: Event detection only on the rising edge of the signal from the event generator when using the resynchronized or synchronous path
FALLING_EDGE
2: Event detection only on the falling edge of the signal from the event generator when using the resynchronized or synchronous path
BOTH_EDGES
3: Event detection on rising and falling edges of the signal from the event generator when using the resynchronized or synchronous path
Trait Implementations
impl Copy for EDGSEL_A
impl StructuralPartialEq for EDGSEL_A
Auto Trait Implementations
impl RefUnwindSafe for EDGSEL_A
impl Send for EDGSEL_A
impl Sync for EDGSEL_A
impl Unpin for EDGSEL_A
impl UnwindSafe for EDGSEL_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