[][src]Struct atsams70n21b::usbhs::usbhs_deveptisr_iso_mode::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) -> TXINI_R[src]

Bit 0 - Transmitted IN Data Interrupt

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

Bit 1 - Received OUT Data Interrupt

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

Bit 2 - Underflow Interrupt

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

Bit 3 - High Bandwidth Isochronous IN Underflow Error Interrupt

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

Bit 4 - High Bandwidth Isochronous IN Flush Interrupt

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

Bit 5 - Overflow Interrupt

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

Bit 6 - CRC Error Interrupt

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

Bit 7 - Short Packet Interrupt

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

Bits 8:9 - Data Toggle Sequence

pub fn errortrans(&self) -> ERRORTRANS_R[src]

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

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

Bits 12:13 - Number of Busy Banks

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

Bits 14:15 - Current Bank

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

Bit 16 - Read/Write Allowed

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

Bit 18 - Configuration OK Status

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

Bits 20:30 - Byte Count

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self