Enum Ignack
pub enum Ignack {
_0 = 0,
_1 = 1,
}Expand description
IGNACK
Value on reset: 0
Variants§
_0 = 0
0: LPI2C Master will receive ACK and NACK normally.
_1 = 1
1: LPI2C Master will treat a received NACK as if it was an ACK.
Trait Implementations§
impl Copy for Ignack
impl Eq for Ignack
impl StructuralPartialEq for Ignack
Auto Trait Implementations§
impl Freeze for Ignack
impl RefUnwindSafe for Ignack
impl Send for Ignack
impl Sync for Ignack
impl Unpin for Ignack
impl UnwindSafe for Ignack
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