[][src]Struct sam3x8e::uotghs::deveptidr0_isoenpt::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn txinec(&mut self) -> _TXINECW[src]

Bit 0 - Transmitted IN Interrupt Clear

pub fn rxoutec(&mut self) -> _RXOUTECW[src]

Bit 1 - Received OUT Data Interrupt Clear

pub fn underfec(&mut self) -> _UNDERFECW[src]

Bit 2 - Underflow Interrupt Clear

pub fn hbisoinerrec(&mut self) -> _HBISOINERRECW[src]

Bit 3 - High Bandwidth Isochronous IN Error Interrupt Clear

pub fn hbisoflushec(&mut self) -> _HBISOFLUSHECW[src]

Bit 4 - High Bandwidth Isochronous IN Flush Interrupt Clear

pub fn overfec(&mut self) -> _OVERFECW[src]

Bit 5 - Overflow Interrupt Clear

pub fn crcerrec(&mut self) -> _CRCERRECW[src]

Bit 6 - CRC Error Interrupt Clear

pub fn shortpacketec(&mut self) -> _SHORTPACKETECW[src]

Bit 7 - Shortpacket Interrupt Clear

pub fn mdatec(&mut self) -> _MDATECW[src]

Bit 8 - MData Interrupt Clear

pub fn dataxec(&mut self) -> _DATAXECW[src]

Bit 9 - DataX Interrupt Clear

pub fn errortransec(&mut self) -> _ERRORTRANSECW[src]

Bit 10 - Transaction Error Interrupt Clear

pub fn nbusybkec(&mut self) -> _NBUSYBKECW[src]

Bit 12 - Number of Busy Banks Interrupt Clear

pub fn fifoconc(&mut self) -> _FIFOCONCW[src]

Bit 14 - FIFO Control Clear

pub fn epdishdmac(&mut self) -> _EPDISHDMACW[src]

Bit 16 - Endpoint Interrupts Disable HDMA Request Clear

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

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

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

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