pub enum NOSTRETCH {
Enabled = 0,
Disabled = 1,
}
Expand description
Clock stretching disable This bit is used to disable clock stretching in slave mode. It must be kept cleared in master mode. Note: This bit can only be programmed when the I2C is disabled (PE = 0).
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for NOSTRETCH
impl Eq for NOSTRETCH
impl StructuralPartialEq for NOSTRETCH
Auto Trait Implementations§
impl Freeze for NOSTRETCH
impl RefUnwindSafe for NOSTRETCH
impl Send for NOSTRETCH
impl Sync for NOSTRETCH
impl Unpin for NOSTRETCH
impl UnwindSafe for NOSTRETCH
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