[][src]Struct atsams70q19::usbhs::usbhs_hstpipisr::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 rxini(&self) -> RXINI_R[src]

Bit 0 - Received IN Data Interrupt

pub fn txouti(&self) -> TXOUTI_R[src]

Bit 1 - Transmitted OUT Data Interrupt

pub fn txstpi(&self) -> TXSTPI_R[src]

Bit 2 - Transmitted SETUP Interrupt

pub fn perri(&self) -> PERRI_R[src]

Bit 3 - Pipe Error Interrupt

pub fn nakedi(&self) -> NAKEDI_R[src]

Bit 4 - NAKed Interrupt

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

Bit 5 - Overflow Interrupt

pub fn rxstalldi(&self) -> RXSTALLDI_R[src]

Bit 6 - Received STALLed Interrupt

pub fn shortpacketi(&self) -> SHORTPACKETI_R[src]

Bit 7 - Short Packet Interrupt

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

Bits 8:9 - Data Toggle Sequence

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 pbyct(&self) -> PBYCT_R[src]

Bits 20:30 - Pipe Byte Count

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