pub enum STOP_A {
NoStop,
Stop,
}
Expand description
Stop generation
Value on reset: 0
Variants§
NoStop
0: No Stop generation
Stop
1: In master mode: stop generation after current byte/start, in slave mode: release SCL and SDA after current byte
Trait Implementations§
source§impl PartialEq<STOP_A> for STOP_A
impl PartialEq<STOP_A> for STOP_A
impl Copy for STOP_A
impl StructuralPartialEq for STOP_A
Auto Trait Implementations§
impl RefUnwindSafe for STOP_A
impl Send for STOP_A
impl Sync for STOP_A
impl Unpin for STOP_A
impl UnwindSafe for STOP_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