pub enum PIN17_A {
INPUT = 0,
OUTPUT = 1,
}
Expand description
Set as input pin 17
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PIN17_A
impl StructuralPartialEq for PIN17_A
Auto Trait Implementations§
impl Freeze for PIN17_A
impl RefUnwindSafe for PIN17_A
impl Send for PIN17_A
impl Sync for PIN17_A
impl Unpin for PIN17_A
impl UnwindSafe for PIN17_A
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more