#[repr(u8)]pub enum STAT_TX_A {
DISABLED = 0,
STALL = 1,
NAK = 2,
VALID = 3,
}Expand description
Status bits, for transmission transfers
Value on reset: 0
Variants§
DISABLED = 0
0: all transmission requests addressed to this endpoint are ignored
STALL = 1
1: the endpoint is stalled and all transmission requests result in a STALL handshake
NAK = 2
2: the endpoint is naked and all transmission requests result in a NAK handshake
VALID = 3
3: this endpoint is enabled for transmission
Trait Implementations§
impl Copy for STAT_TX_A
impl StructuralPartialEq for STAT_TX_A
Auto Trait Implementations§
impl Freeze for STAT_TX_A
impl RefUnwindSafe for STAT_TX_A
impl Send for STAT_TX_A
impl Sync for STAT_TX_A
impl Unpin for STAT_TX_A
impl UnwindSafe for STAT_TX_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