Enum stm32wlxx_hal::pac::i2c1::cr2::AUTOEND_A
pub enum AUTOEND_A {
Software = 0,
Automatic = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Automatic end mode (master mode)
Value on reset: 0
Variants§
Software = 0
0: Software end mode: TC flag is set when NBYTES data are transferred, stretching SCL low
Automatic = 1
1: Automatic end mode: a STOP condition is automatically sent when NBYTES data are transferred
Trait Implementations§
impl Copy for AUTOEND_A
impl StructuralPartialEq for AUTOEND_A
Auto Trait Implementations§
impl RefUnwindSafe for AUTOEND_A
impl Send for AUTOEND_A
impl Sync for AUTOEND_A
impl Unpin for AUTOEND_A
impl UnwindSafe for AUTOEND_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