pub enum NACKCFW {
CLEAR,
}
Expand description
Values that can be written to the field NACKCF
Variants§
CLEAR
Clears the NACK flag in ISR register
Auto Trait Implementations§
impl Freeze for NACKCFW
impl RefUnwindSafe for NACKCFW
impl Send for NACKCFW
impl Sync for NACKCFW
impl Unpin for NACKCFW
impl UnwindSafe for NACKCFW
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