pub enum Mststart {
NoEffect = 0,
Start = 1,
}Expand description
Master Start control. This bit is write-only.
Value on reset: 0
Variants§
NoEffect = 0
0: No effect.
Start = 1
1: Start. A Start will be generated on the I2C bus at the next allowed time.
Trait Implementations§
impl Copy for Mststart
impl Eq for Mststart
impl StructuralPartialEq for Mststart
Auto Trait Implementations§
impl Freeze for Mststart
impl RefUnwindSafe for Mststart
impl Send for Mststart
impl Sync for Mststart
impl Unpin for Mststart
impl UnwindSafe for Mststart
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