pub enum OA1ENW {
DIASBLED,
ENABLED,
}
Expand description
Values that can be written to the field OA1EN
Variants§
DIASBLED
Own address 1 disabled. The received slave address OA1 is NACKed
ENABLED
Own address 1 enabled. The received slave address OA1 is ACKed
Auto Trait Implementations§
impl Freeze for OA1ENW
impl RefUnwindSafe for OA1ENW
impl Send for OA1ENW
impl Sync for OA1ENW
impl Unpin for OA1ENW
impl UnwindSafe for OA1ENW
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