[][src]Struct lpc55s6x_pac::usb0::info::_ERR_CODEW

pub struct _ERR_CODEW<'a> { /* fields omitted */ }
[]

Proxy

Methods

impl<'a> _ERR_CODEW<'a>[src][]

pub fn variant(self, variant: ERR_CODEW) -> &'a mut W[src][]

Writes variant to the field

pub fn no_error(self) -> &'a mut W[src][]

No error

pub fn pid_encoding_error(self) -> &'a mut W[src][]

PID encoding error

pub fn pid_unknown(self) -> &'a mut W[src][]

PID unknown

pub fn packet_unexpected(self) -> &'a mut W[src][]

Packet unexpected

pub fn token_crc_error(self) -> &'a mut W[src][]

Token CRC error

pub fn data_crc_error(self) -> &'a mut W[src][]

Data CRC error

pub fn timeout(self) -> &'a mut W[src][]

Time out

pub fn babble(self) -> &'a mut W[src][]

Babble

pub fn truncated_eop(self) -> &'a mut W[src][]

Truncated EOP

pub fn sent_received_nak(self) -> &'a mut W[src][]

Sent/Received NAK

pub fn sent_stall(self) -> &'a mut W[src][]

Sent Stall

pub fn overrun(self) -> &'a mut W[src][]

Overrun

pub fn sent_empty_packet(self) -> &'a mut W[src][]

Sent empty packet

pub fn bitstuff_error(self) -> &'a mut W[src][]

Bitstuff error

pub fn sync_error(self) -> &'a mut W[src][]

Sync error

pub fn wrong_data_toggle(self) -> &'a mut W[src][]

Wrong data toggle

pub fn bits(self, value: u8) -> &'a mut W[src][]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _ERR_CODEW<'a>

impl<'a> Sync for _ERR_CODEW<'a>

Blanket Implementations

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

type Output = T

Should always be Self