pub enum PIN_A {
SINGLE,
BOTH,
}
Expand description
Interrupt trigger on both sides selection
Value on reset: 0
Variants
SINGLE
0: Only edge defined in trigger_edge_level
will trigger interrupt.
BOTH
1: Both edges or levels will trigger interrupt.
Trait Implementations
impl Copy for PIN_A
impl StructuralPartialEq for PIN_A
Auto Trait Implementations
impl RefUnwindSafe for PIN_A
impl Send for PIN_A
impl Sync for PIN_A
impl Unpin for PIN_A
impl UnwindSafe for PIN_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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