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

Bit 0 - Transmitted IN Data Interrupt

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

Bit 1 - Received OUT Data Interrupt

pub fn underfi(&self) -> UNDERFIR[src]

Bit 2 - Underflow Interrupt

pub fn hbisoinerri(&self) -> HBISOINERRIR[src]

Bit 3 - High Bandwidth Isochronous IN Underflow Error Interrupt

pub fn hbisoflushi(&self) -> HBISOFLUSHIR[src]

Bit 4 - High Bandwidth Isochronous IN Flush Interrupt

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

Bit 5 - Overflow Interrupt

pub fn crcerri(&self) -> CRCERRIR[src]

Bit 6 - CRC Error 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 errortrans(&self) -> ERRORTRANSR[src]

Bit 10 - High-bandwidth Isochronous OUT Endpoint Transaction Error Interrupt

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 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]