Enum lpc55_hal::drivers::usbd::endpoint_registers::epr::TR[][src]

pub enum TR {
    GENERIC,
    ISOCHRONOUS,
}

Variants

GENERIC

Generic endpoint (bulk or interrupt)

ISOCHRONOUS

Isochronous endpoint

Implementations

impl TR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_generic(&self) -> bool[src]

pub fn is_isochronous(&self) -> bool[src]

Trait Implementations

impl Clone for TR[src]

impl Copy for TR[src]

impl Debug for TR[src]

impl PartialEq<TR> for TR[src]

impl StructuralPartialEq for TR[src]

Auto Trait Implementations

impl Send for TR[src]

impl Sync for TR[src]

impl Unpin for TR[src]

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.