pub enum LPMACK_A {
NYET = 0,
ACK = 1,
}Expand description
LPM Token acknowledge enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LPMACK_A
impl StructuralPartialEq for LPMACK_A
Auto Trait Implementations§
impl Freeze for LPMACK_A
impl RefUnwindSafe for LPMACK_A
impl Send for LPMACK_A
impl Sync for LPMACK_A
impl Unpin for LPMACK_A
impl UnwindSafe for LPMACK_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