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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn txines(&mut self) -> _TXINESW[src]

Bit 0 - Transmitted IN Data Interrupt Enable

pub fn rxoutes(&mut self) -> _RXOUTESW[src]

Bit 1 - Received OUT Data Interrupt Enable

pub fn rxstpes(&mut self) -> _RXSTPESW[src]

Bit 2 - Received SETUP Interrupt Enable

pub fn nakoutes(&mut self) -> _NAKOUTESW[src]

Bit 3 - NAKed OUT Interrupt Enable

pub fn nakines(&mut self) -> _NAKINESW[src]

Bit 4 - NAKed IN Interrupt Enable

pub fn overfes(&mut self) -> _OVERFESW[src]

Bit 5 - Overflow Interrupt Enable

pub fn stalledes(&mut self) -> _STALLEDESW[src]

Bit 6 - STALLed Interrupt Enable

pub fn shortpacketes(&mut self) -> _SHORTPACKETESW[src]

Bit 7 - Short Packet Interrupt Enable

pub fn nbusybkes(&mut self) -> _NBUSYBKESW[src]

Bit 12 - Number of Busy Banks Interrupt Enable

pub fn killbks(&mut self) -> _KILLBKSW[src]

Bit 13 - Kill IN Bank

pub fn fifocons(&mut self) -> _FIFOCONSW[src]

Bit 14 - FIFO Control

pub fn epdishdmas(&mut self) -> _EPDISHDMASW[src]

Bit 16 - Endpoint Interrupts Disable HDMA Request Enable

pub fn nyetdiss(&mut self) -> _NYETDISSW[src]

Bit 17 - NYET Token Disable Enable

pub fn rstdts(&mut self) -> _RSTDTSW[src]

Bit 18 - Reset Data Toggle Enable

pub fn stallrqs(&mut self) -> _STALLRQSW[src]

Bit 19 - STALL Request Enable

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]