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