pub enum ALERTENW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field ALERTEN
Variants§
DISABLED
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
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
Auto Trait Implementations§
impl Freeze for ALERTENW
impl RefUnwindSafe for ALERTENW
impl Send for ALERTENW
impl Sync for ALERTENW
impl Unpin for ALERTENW
impl UnwindSafe for ALERTENW
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