[][src]Struct sam3x8e::uotghs::deveptidr::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 rxstpec(&mut self) -> _RXSTPECW[src]

Bit 2 - Received SETUP Interrupt Clear

pub fn nakoutec(&mut self) -> _NAKOUTECW[src]

Bit 3 - NAKed OUT Interrupt Clear

pub fn nakinec(&mut self) -> _NAKINECW[src]

Bit 4 - NAKed IN Interrupt Clear

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

Bit 5 - Overflow Interrupt Clear

pub fn stalledec(&mut self) -> _STALLEDECW[src]

Bit 6 - STALLed Interrupt Clear

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

Bit 7 - Shortpacket 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

pub fn nyetdisc(&mut self) -> _NYETDISCW[src]

Bit 17 - NYET Token Disable Clear

pub fn stallrqc(&mut self) -> _STALLRQCW[src]

Bit 19 - STALL 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]