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