pub enum NACKIE {
Disabled = 0,
Enabled = 1,
}
Expand description
NACKIE
Value on reset: 0
Variants§
Disabled = 0
0: Not acknowledge (NACKF) received interrupts disabled
Enabled = 1
1: Not acknowledge (NACKF) received interrupts enabled
Trait Implementations§
impl Copy for NACKIE
impl Eq for NACKIE
impl StructuralPartialEq for NACKIE
Auto Trait Implementations§
impl Freeze for NACKIE
impl RefUnwindSafe for NACKIE
impl Send for NACKIE
impl Sync for NACKIE
impl Unpin for NACKIE
impl UnwindSafe for NACKIE
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