pub enum PIN_A {
INPUT,
OUTPUT,
}
Expand description
GPIO pin read/write enable
Value on reset: 0
Variants
INPUT
0: The GPIO pin is input.
OUTPUT
1: The GPIO pin is output.
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