pub enum NAKW {
Clear = 0,
}
Expand description
Host mode This bit is set by the hardware when a device responds with a NAK. Software can be use this bit to monitoring the number of NAKs received from a device.
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for NAKW
impl Eq for NAKW
impl StructuralPartialEq for NAKW
Auto Trait Implementations§
impl Freeze for NAKW
impl RefUnwindSafe for NAKW
impl Send for NAKW
impl Sync for NAKW
impl Unpin for NAKW
impl UnwindSafe for NAKW
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