pub enum STARTW {
NOSTART,
START,
}
Expand description
Values that can be written to the field START
Variants§
NOSTART
No Start generation
START
In master mode: repeated start generation, in slave mode: start generation when bus is free
Auto Trait Implementations§
impl Freeze for STARTW
impl RefUnwindSafe for STARTW
impl Send for STARTW
impl Sync for STARTW
impl Unpin for STARTW
impl UnwindSafe for STARTW
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