pub enum PIN_A {
DISABLE,
ENABLE,
}
Expand description
GPIO pin interrupt enable
Value on reset: 0
Variants
DISABLE
0: Disable GPIO pin interrupt.
ENABLE
1: Enable GPIO pin 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