[][src]Struct sam3x8e::uotghs::hstpipimr0_intpipes::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 rxine(&self) -> RXINER[src]

Bit 0 - Received IN Data Interrupt Enable

pub fn txoute(&self) -> TXOUTER[src]

Bit 1 - Transmitted OUT Data Interrupt Enable

pub fn underfie(&self) -> UNDERFIER[src]

Bit 2 - Underflow Interrupt Enable

pub fn perre(&self) -> PERRER[src]

Bit 3 - Pipe Error Interrupt Enable

pub fn nakede(&self) -> NAKEDER[src]

Bit 4 - NAKed Interrupt Enable

pub fn overfie(&self) -> OVERFIER[src]

Bit 5 - Overflow Interrupt Enable

pub fn rxstallde(&self) -> RXSTALLDER[src]

Bit 6 - Received STALLed Interrupt Enable

pub fn shortpacketie(&self) -> SHORTPACKETIER[src]

Bit 7 - Short Packet Interrupt Enable

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

Bit 12 - Number of Busy Banks Interrupt Enable

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

Bit 14 - FIFO Control

pub fn pdishdma(&self) -> PDISHDMAR[src]

Bit 16 - Pipe Interrupts Disable HDMA Request Enable

pub fn pfreeze(&self) -> PFREEZER[src]

Bit 17 - Pipe Freeze

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]