[][src]Struct sam3x8e::uotghs::deveptimr0_isoenpt::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 underfe(&self) -> UNDERFER[src]

Bit 2 - Underflow Interrupt

pub fn hbisoinerre(&self) -> HBISOINERRER[src]

Bit 3 - High Bandwidth Isochronous IN Error Interrupt

pub fn hbisoflushe(&self) -> HBISOFLUSHER[src]

Bit 4 - High Bandwidth Isochronous IN Flush Interrupt

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

Bit 5 - Overflow Interrupt

pub fn crcerre(&self) -> CRCERRER[src]

Bit 6 - CRC Error Interrupt

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

Bit 7 - Short Packet Interrupt

pub fn mdatae(&self) -> MDATAER[src]

Bit 8 - MData Interrupt

pub fn dataxe(&self) -> DATAXER[src]

Bit 9 - DataX Interrupt

pub fn errortranse(&self) -> ERRORTRANSER[src]

Bit 10 - Transaction Error 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 rstdt(&self) -> RSTDTR[src]

Bit 18 - Reset Data Toggle

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]