#[repr(u8)]pub enum StlAdjEn {
STALL_BOTH_IN_OUT = 0,
STALL_SINGLE_DIRECTION = 1,
}Variants§
STALL_BOTH_IN_OUT = 0
If ENDPTn[END_STALL] = 1, both IN and OUT directions for the associated endpoint stalls.
STALL_SINGLE_DIRECTION = 1
If ENDPTn[END_STALL] = 1, the STALL_xx_DIS registers control which directions for the associated endpoint stalls.
Implementations§
Trait Implementations§
Source§impl Ord for StlAdjEn
impl Ord for StlAdjEn
Source§impl PartialOrd for StlAdjEn
impl PartialOrd for StlAdjEn
impl Copy for StlAdjEn
impl Eq for StlAdjEn
impl StructuralPartialEq for StlAdjEn
Auto Trait Implementations§
impl Freeze for StlAdjEn
impl RefUnwindSafe for StlAdjEn
impl Send for StlAdjEn
impl Sync for StlAdjEn
impl Unpin for StlAdjEn
impl UnwindSafe for StlAdjEn
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