[][src]Struct sam3x8e::uotghs::deveptisr::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 txini(&self) -> TXINIR[src]

Bit 0 - Transmitted IN Data Interrupt

pub fn rxouti(&self) -> RXOUTIR[src]

Bit 1 - Received OUT Data Interrupt

pub fn rxstpi(&self) -> RXSTPIR[src]

Bit 2 - Received SETUP Interrupt

pub fn nakouti(&self) -> NAKOUTIR[src]

Bit 3 - NAKed OUT Interrupt

pub fn nakini(&self) -> NAKINIR[src]

Bit 4 - NAKed IN Interrupt

pub fn overfi(&self) -> OVERFIR[src]

Bit 5 - Overflow Interrupt

pub fn stalledi(&self) -> STALLEDIR[src]

Bit 6 - STALLed Interrupt

pub fn shortpacket(&self) -> SHORTPACKETR[src]

Bit 7 - Short Packet Interrupt

pub fn dtseq(&self) -> DTSEQR[src]

Bits 8:9 - Data Toggle Sequence

pub fn nbusybk(&self) -> NBUSYBKR[src]

Bits 12:13 - Number of Busy Banks

pub fn currbk(&self) -> CURRBKR[src]

Bits 14:15 - Current Bank

pub fn rwall(&self) -> RWALLR[src]

Bit 16 - Read-write Allowed

pub fn ctrldir(&self) -> CTRLDIRR[src]

Bit 17 - Control Direction

pub fn cfgok(&self) -> CFGOKR[src]

Bit 18 - Configuration OK Status

pub fn byct(&self) -> BYCTR[src]

Bits 20:30 - Byte Count

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]