pub struct ALERTEN_W<'a> { /* private fields */ }
Expand description
Write proxy for field ALERTEN
Implementations§
Source§impl<'a> ALERTEN_W<'a>
impl<'a> ALERTEN_W<'a>
Sourcepub fn disabled(self) -> &'a mut W
pub fn disabled(self) -> &'a mut W
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
Auto Trait Implementations§
impl<'a> Freeze for ALERTEN_W<'a>
impl<'a> !RefUnwindSafe for ALERTEN_W<'a>
impl<'a> Send for ALERTEN_W<'a>
impl<'a> !Sync for ALERTEN_W<'a>
impl<'a> Unpin for ALERTEN_W<'a>
impl<'a> !UnwindSafe for ALERTEN_W<'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