[][src]Enum imxrt1062_usb1::usbcmd::ITC_A

#[repr(u8)]pub enum ITC_A {
    ITC_0,
    ITC_1,
    ITC_2,
    ITC_4,
    ITC_8,
    ITC_16,
    ITC_32,
    ITC_64,
}

Interrupt Threshold Control -Read/Write

Value on reset: 8

Variants

ITC_0

0: Immediate (no threshold)

ITC_1

1: 1 micro-frame

ITC_2

2: 2 micro-frames

ITC_4

4: 4 micro-frames

ITC_8

8: 8 micro-frames

ITC_16

16: 16 micro-frames

ITC_32

32: 32 micro-frames

ITC_64

64: 64 micro-frames

Trait Implementations

impl Clone for ITC_A[src]

impl Copy for ITC_A[src]

impl Debug for ITC_A[src]

impl From<ITC_A> for u8[src]

impl PartialEq<ITC_A> for ITC_A[src]

impl StructuralPartialEq for ITC_A[src]

Auto Trait Implementations

impl Send for ITC_A

impl Sync for ITC_A

impl Unpin for ITC_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.