pub enum NACKF_A {
NoNack = 0,
Nack = 1,
}
Expand description
Not Acknowledge received flag This flag is set by hardware when a NACK is received after a byte transmission. It is cleared by software by setting the NACKCF bit. Note: This bit is cleared by hardware when PE=0.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for NACKF_A
impl StructuralPartialEq for NACKF_A
Auto Trait Implementations§
impl Freeze for NACKF_A
impl RefUnwindSafe for NACKF_A
impl Send for NACKF_A
impl Sync for NACKF_A
impl Unpin for NACKF_A
impl UnwindSafe for NACKF_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