pub enum TIDLE {
Disabled = 0,
Enabled = 1,
}
Expand description
Idle clock timeout detection
Value on reset: 0
Variants§
Disabled = 0
0: TIMEOUTA is used to detect SCL low timeout
Enabled = 1
1: TIMEOUTA is used to detect both SCL and SDA high timeout (bus idle condition)
Trait Implementations§
impl Copy for TIDLE
impl Eq for TIDLE
impl StructuralPartialEq for TIDLE
Auto Trait Implementations§
impl Freeze for TIDLE
impl RefUnwindSafe for TIDLE
impl Send for TIDLE
impl Sync for TIDLE
impl Unpin for TIDLE
impl UnwindSafe for TIDLE
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