pub enum SMBDEN_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
SMBus Device Default address enable
Value on reset: 0
Variants§
DISABLED = 0
0: Device default address disabled. Address 0b1100001x is NACKed
ENABLED = 1
1: Device default address enabled. Address 0b1100001x is ACKed
Trait Implementations§
impl Copy for SMBDEN_A
impl StructuralPartialEq for SMBDEN_A
Auto Trait Implementations§
impl Freeze for SMBDEN_A
impl RefUnwindSafe for SMBDEN_A
impl Send for SMBDEN_A
impl Sync for SMBDEN_A
impl Unpin for SMBDEN_A
impl UnwindSafe for SMBDEN_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