pub enum START_A {
NoStart = 0,
Start = 1,
}
Expand description
Start generation
Value on reset: 0
Variants§
NoStart = 0
0: No Start generation
Start = 1
1: In master mode: repeated start generation, in slave mode: start generation when bus is free
Trait Implementations§
impl Copy for START_A
impl StructuralPartialEq for START_A
Auto Trait Implementations§
impl Freeze for START_A
impl RefUnwindSafe for START_A
impl Send for START_A
impl Sync for START_A
impl Unpin for START_A
impl UnwindSafe for START_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