pub enum AUTOENDW {
SOFTWARE,
AUTOMATIC,
}
Expand description
Values that can be written to the field AUTOEND
Variants§
SOFTWARE
Software end mode: TC flag is set when NBYTES data are transferred, stretching SCL low
AUTOMATIC
Automatic end mode: a STOP condition is automatically sent when NBYTES data are transferred
Auto Trait Implementations§
impl Freeze for AUTOENDW
impl RefUnwindSafe for AUTOENDW
impl Send for AUTOENDW
impl Sync for AUTOENDW
impl Unpin for AUTOENDW
impl UnwindSafe for AUTOENDW
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