[][src]Enum xmc4400::usb0::dctl::IGNRFRMNUM_A

pub enum IGNRFRMNUM_A {
    VALUE1,
    VALUE2,
}

Ignore frame number for isochronous endpoints in case of Scatter/Gather DMA

Value on reset: 0

Variants

VALUE1

0: Scatter/Gather enabled: The core transmits the packets only in the frame number in which they are intended to be transmitted. Scatter/Gather disabled: Periodic transfer interrupt feature is disabled; the application must program transfers for periodic endpoints every frame

VALUE2

1: Scatter/Gather enabled: The core ignores the frame number, sending packets immediately as the packets are ready. Scatter/Gather disabled: Periodic transfer interrupt feature is enabled; the application can program transfers for multiple frames for periodic endpoints.

Trait Implementations

impl Clone for IGNRFRMNUM_A[src]

impl Copy for IGNRFRMNUM_A[src]

impl Debug for IGNRFRMNUM_A[src]

impl From<IGNRFRMNUM_A> for bool[src]

impl PartialEq<IGNRFRMNUM_A> for IGNRFRMNUM_A[src]

impl StructuralPartialEq for IGNRFRMNUM_A[src]

Auto Trait Implementations

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> Same<T> for T

type Output = T

Should always be Self

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.