Enum stm32wlxx_hal::pac::i2c1::timeoutr::TIDLE_A
pub enum TIDLE_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.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_A
impl StructuralPartialEq for TIDLE_A
Auto Trait Implementations§
impl RefUnwindSafe for TIDLE_A
impl Send for TIDLE_A
impl Sync for TIDLE_A
impl Unpin for TIDLE_A
impl UnwindSafe for TIDLE_A
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