pub enum ALERTEN {
Disabled = 0,
Enabled = 1,
}
Expand description
SMBUS alert enable
Value on reset: 0
Variants§
Disabled = 0
0: In device mode (SMBHEN=Disabled) Releases SMBA pin high and Alert Response Address Header disabled (0001100x) followed by NACK. In host mode (SMBHEN=Enabled) SMBus Alert pin (SMBA) not supported
Enabled = 1
1: In device mode (SMBHEN=Disabled) Drives SMBA pin low and Alert Response Address Header enabled (0001100x) followed by ACK.In host mode (SMBHEN=Enabled) SMBus Alert pin (SMBA) supported
Trait Implementations§
impl Copy for ALERTEN
impl Eq for ALERTEN
impl StructuralPartialEq for ALERTEN
Auto Trait Implementations§
impl Freeze for ALERTEN
impl RefUnwindSafe for ALERTEN
impl Send for ALERTEN
impl Sync for ALERTEN
impl Unpin for ALERTEN
impl UnwindSafe for ALERTEN
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