pub enum SMBDEN {
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
impl Eq for SMBDEN
impl StructuralPartialEq for SMBDEN
Auto Trait Implementations§
impl Freeze for SMBDEN
impl RefUnwindSafe for SMBDEN
impl Send for SMBDEN
impl Sync for SMBDEN
impl Unpin for SMBDEN
impl UnwindSafe for SMBDEN
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