[][src]Struct atsams70n19b::usbhs::usbhs_deveptimr_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 txine(&self) -> TXINE_R[src]

Bit 0 - Transmitted IN Data Interrupt

pub fn rxoute(&self) -> RXOUTE_R[src]

Bit 1 - Received OUT Data Interrupt

pub fn underfe(&self) -> UNDERFE_R[src]

Bit 2 - Underflow Interrupt

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

Bit 3 - High Bandwidth Isochronous IN Underflow Error Interrupt

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

Bit 4 - High Bandwidth Isochronous IN Flush Interrupt

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

Bit 5 - Overflow Interrupt

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

Bit 6 - CRC Error Interrupt

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

Bit 7 - Short Packet Interrupt

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

Bit 8 - MData Interrupt

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

Bit 9 - DataX Interrupt

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

Bit 10 - Transaction Error Interrupt

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

Bit 12 - Number of Busy Banks Interrupt

pub fn killbk(&self) -> KILLBK_R[src]

Bit 13 - Kill IN Bank

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

Bit 14 - FIFO Control

pub fn epdishdma(&self) -> EPDISHDMA_R[src]

Bit 16 - Endpoint Interrupts Disable HDMA Request

pub fn rstdt(&self) -> RSTDT_R[src]

Bit 18 - Reset Data Toggle

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send 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