pub enum PIN_A {
LOW_OR_FALL,
HIGH_OR_RISE,
}
Expand description
Interrupt trigger edge or level type selection
Value on reset: 0
Variants
LOW_OR_FALL
0: Low level or falling edge will trigger interrupt.
HIGH_OR_RISE
1: High level or rising edge 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