pub enum PIN_A {
NO_INTERRUPT,
HAS_INTERRUPT,
}
Expand description
GPIO pin masked interrupt state
Value on reset: 0
Variants
NO_INTERRUPT
0: No GPIO pin interrupt is generated after masking.
HAS_INTERRUPT
1: GPIO pin interrupt is generated after masking.
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