Enum Timecfg
pub enum Timecfg {
_0 = 0,
_1 = 1,
}Expand description
Timeout Configuration
Value on reset: 0
Variants§
_0 = 0
0: Pin Low Timeout Flag will set if SCL is low for longer than the configured timeout.
_1 = 1
1: Pin Low Timeout Flag will set if either SCL or SDA is low for longer than the configured timeout.
Trait Implementations§
impl Copy for Timecfg
impl Eq for Timecfg
impl StructuralPartialEq for Timecfg
Auto Trait Implementations§
impl Freeze for Timecfg
impl RefUnwindSafe for Timecfg
impl Send for Timecfg
impl Sync for Timecfg
impl Unpin for Timecfg
impl UnwindSafe for Timecfg
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