pub enum OA2EN {
Disabled = 0,
Enabled = 1,
}
Expand description
Own Address 2 enable
Value on reset: 0
Variants§
Disabled = 0
0: Own address 2 disabled. The received slave address OA2 is NACKed
Enabled = 1
1: Own address 2 enabled. The received slave address OA2 is ACKed
Trait Implementations§
impl Copy for OA2EN
impl Eq for OA2EN
impl StructuralPartialEq for OA2EN
Auto Trait Implementations§
impl Freeze for OA2EN
impl RefUnwindSafe for OA2EN
impl Send for OA2EN
impl Sync for OA2EN
impl Unpin for OA2EN
impl UnwindSafe for OA2EN
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