[][src]Struct sam3x8e::uotghs::deveptimr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn txine(&self) -> TXINER[src]

Bit 0 - Transmitted IN Data Interrupt

pub fn rxoute(&self) -> RXOUTER[src]

Bit 1 - Received OUT Data Interrupt

pub fn rxstpe(&self) -> RXSTPER[src]

Bit 2 - Received SETUP Interrupt

pub fn nakoute(&self) -> NAKOUTER[src]

Bit 3 - NAKed OUT Interrupt

pub fn nakine(&self) -> NAKINER[src]

Bit 4 - NAKed IN Interrupt

pub fn overfe(&self) -> OVERFER[src]

Bit 5 - Overflow Interrupt

pub fn stallede(&self) -> STALLEDER[src]

Bit 6 - STALLed Interrupt

pub fn shortpackete(&self) -> SHORTPACKETER[src]

Bit 7 - Short Packet Interrupt

pub fn nbusybke(&self) -> NBUSYBKER[src]

Bit 12 - Number of Busy Banks Interrupt

pub fn killbk(&self) -> KILLBKR[src]

Bit 13 - Kill IN Bank

pub fn fifocon(&self) -> FIFOCONR[src]

Bit 14 - FIFO Control

pub fn epdishdma(&self) -> EPDISHDMAR[src]

Bit 16 - Endpoint Interrupts Disable HDMA Request

pub fn nyetdis(&self) -> NYETDISR[src]

Bit 17 - NYET Token Disable

pub fn rstdt(&self) -> RSTDTR[src]

Bit 18 - Reset Data Toggle

pub fn stallrq(&self) -> STALLRQR[src]

Bit 19 - STALL Request

Auto Trait Implementations

impl Send for R

impl Sync for R

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]