[][src]Struct lpc54606_pac::usb0::info::ERR_CODE_W

pub struct ERR_CODE_W<'a> { /* fields omitted */ }

Write proxy for field ERR_CODE

Methods

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

pub fn variant(self, variant: ERR_CODE_A) -> &'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_CODE_W<'a>

impl<'a> !Sync for ERR_CODE_W<'a>

impl<'a> Unpin for ERR_CODE_W<'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> 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.