pub enum Mststop {
NoEffect = 0,
Stop = 1,
}Expand description
Master Stop control. This bit is write-only.
Value on reset: 0
Variants§
NoEffect = 0
0: No effect.
Stop = 1
1: Stop. A Stop will be generated on the I2C bus at the next allowed time, preceded by a NACK to the slave if the master is receiving data from the slave (Master Receiver mode).
Trait Implementations§
impl Copy for Mststop
impl Eq for Mststop
impl StructuralPartialEq for Mststop
Auto Trait Implementations§
impl Freeze for Mststop
impl RefUnwindSafe for Mststop
impl Send for Mststop
impl Sync for Mststop
impl Unpin for Mststop
impl UnwindSafe for Mststop
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