pub enum TIDLEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field TIDLE
Variants§
DISABLED
TIMEOUTA is used to detect SCL low timeout
ENABLED
TIMEOUTA is used to detect both SCL and SDA high timeout (bus idle condition)
Auto Trait Implementations§
impl Freeze for TIDLEW
impl RefUnwindSafe for TIDLEW
impl Send for TIDLEW
impl Sync for TIDLEW
impl Unpin for TIDLEW
impl UnwindSafe for TIDLEW
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