Enum Autostop
pub enum Autostop {
_0 = 0,
_1 = 1,
}Expand description
Automatic STOP Generation
Value on reset: 0
Variants§
_0 = 0
0: No effect.
_1 = 1
1: STOP condition is automatically generated whenever the transmit FIFO is empty and LPI2C master is busy.
Trait Implementations§
impl Copy for Autostop
impl Eq for Autostop
impl StructuralPartialEq for Autostop
Auto Trait Implementations§
impl Freeze for Autostop
impl RefUnwindSafe for Autostop
impl Send for Autostop
impl Sync for Autostop
impl Unpin for Autostop
impl UnwindSafe for Autostop
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