pub enum ODR15_A {
HIGH = 1,
LOW = 0,
}
Expand description
Port output data (y = 0..15)
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ODR15_A
impl StructuralPartialEq for ODR15_A
Auto Trait Implementations§
impl Freeze for ODR15_A
impl RefUnwindSafe for ODR15_A
impl Send for ODR15_A
impl Sync for ODR15_A
impl Unpin for ODR15_A
impl UnwindSafe for ODR15_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