pub enum NACKCF {
Clear = 1,
}
Expand description
Not Acknowledge flag clear
Value on reset: 0
Variants§
Clear = 1
1: Clears the NACK flag in ISR register
Trait Implementations§
impl Copy for NACKCF
impl Eq for NACKCF
impl StructuralPartialEq for NACKCF
Auto Trait Implementations§
impl Freeze for NACKCF
impl RefUnwindSafe for NACKCF
impl Send for NACKCF
impl Sync for NACKCF
impl Unpin for NACKCF
impl UnwindSafe for NACKCF
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