[][src]Enum lpc55s6x_pac::usb0::info::ERR_CODE_A

pub enum ERR_CODE_A {
    NO_ERROR,
    PID_ENCODING_ERROR,
    PID_UNKNOWN,
    PACKET_UNEXPECTED,
    TOKEN_CRC_ERROR,
    DATA_CRC_ERROR,
    TIMEOUT,
    BABBLE,
    TRUNCATED_EOP,
    SENT_RECEIVED_NAK,
    SENT_STALL,
    OVERRUN,
    SENT_EMPTY_PACKET,
    BITSTUFF_ERROR,
    SYNC_ERROR,
    WRONG_DATA_TOGGLE,
}

Possible values of the field ERR_CODE

Variants

NO_ERROR

No error

PID_ENCODING_ERROR

PID encoding error

PID_UNKNOWN

PID unknown

PACKET_UNEXPECTED

Packet unexpected

TOKEN_CRC_ERROR

Token CRC error

DATA_CRC_ERROR

Data CRC error

TIMEOUT

Time out

BABBLE

Babble

TRUNCATED_EOP

Truncated EOP

SENT_RECEIVED_NAK

Sent/Received NAK

SENT_STALL

Sent Stall

OVERRUN

Overrun

SENT_EMPTY_PACKET

Sent empty packet

BITSTUFF_ERROR

Bitstuff error

SYNC_ERROR

Sync error

WRONG_DATA_TOGGLE

Wrong data toggle

Trait Implementations

impl Debug for ERR_CODE_A[src]

impl PartialEq<ERR_CODE_A> for ERR_CODE_A[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for ERR_CODE_A[src]

impl From<ERR_CODE_A> for u8[src]

impl Clone for ERR_CODE_A[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for ERR_CODE_A

impl Sync for ERR_CODE_A

impl Send for ERR_CODE_A

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self