pub enum TIMEOUT {
NoTimeout = 0,
Timeout = 1,
}Expand description
Timeout or tLOW detection flag This flag is set by hardware when a timeout or extended clock timeout occurred. It is cleared by software by setting the TIMEOUTCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to ‘0’. Refer to .
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TIMEOUT
impl Eq for TIMEOUT
impl StructuralPartialEq for TIMEOUT
Auto Trait Implementations§
impl Freeze for TIMEOUT
impl RefUnwindSafe for TIMEOUT
impl Send for TIMEOUT
impl Sync for TIMEOUT
impl Unpin for TIMEOUT
impl UnwindSafe for TIMEOUT
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