pub enum OA1MODE_A {
BIT7 = 0,
BIT10 = 1,
}Expand description
Own Address 1 10-bit mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for OA1MODE_A
impl StructuralPartialEq for OA1MODE_A
Auto Trait Implementations§
impl Freeze for OA1MODE_A
impl RefUnwindSafe for OA1MODE_A
impl Send for OA1MODE_A
impl Sync for OA1MODE_A
impl Unpin for OA1MODE_A
impl UnwindSafe for OA1MODE_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