pub enum OT15_A {
PUSHPULL = 0,
OPENDRAIN = 1,
}Expand description
Port x configuration bits (y = 0..15)
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for OT15_A
impl StructuralPartialEq for OT15_A
Auto Trait Implementations§
impl Freeze for OT15_A
impl RefUnwindSafe for OT15_A
impl Send for OT15_A
impl Sync for OT15_A
impl Unpin for OT15_A
impl UnwindSafe for OT15_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