[][src]Struct atsams70n19b::usbhs::usbhs_deveptisr_blk_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 rxstpi(&self) -> RXSTPI_R[src]

Bit 2 - Received SETUP Interrupt

pub fn nakouti(&self) -> NAKOUTI_R[src]

Bit 3 - NAKed OUT Interrupt

pub fn nakini(&self) -> NAKINI_R[src]

Bit 4 - NAKed IN Interrupt

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

Bit 5 - Overflow Interrupt

pub fn stalledi(&self) -> STALLEDI_R[src]

Bit 6 - STALLed 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 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 ctrldir(&self) -> CTRLDIR_R[src]

Bit 17 - Control Direction

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