pub enum PIN_AW {
CLEAR,
}
Expand description
GPIO pin masked interrupt state
Value on reset: 0
Variants
CLEAR
1: Write 1 to clear GPIO interrupt state.
Trait Implementations
impl Copy for PIN_AW
impl StructuralPartialEq for PIN_AW
Auto Trait Implementations
impl RefUnwindSafe for PIN_AW
impl Send for PIN_AW
impl Sync for PIN_AW
impl Unpin for PIN_AW
impl UnwindSafe for PIN_AW
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