[][src]Struct atsams70n19b::usbhs::usbhs_hstpipimr_ctrl_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 rxine(&self) -> RXINE_R[src]

Bit 0 - Received IN Data Interrupt Enable

pub fn txoute(&self) -> TXOUTE_R[src]

Bit 1 - Transmitted OUT Data Interrupt Enable

pub fn txstpe(&self) -> TXSTPE_R[src]

Bit 2 - Transmitted SETUP Interrupt Enable

pub fn perre(&self) -> PERRE_R[src]

Bit 3 - Pipe Error Interrupt Enable

pub fn nakede(&self) -> NAKEDE_R[src]

Bit 4 - NAKed Interrupt Enable

pub fn overfie(&self) -> OVERFIE_R[src]

Bit 5 - Overflow Interrupt Enable

pub fn rxstallde(&self) -> RXSTALLDE_R[src]

Bit 6 - Received STALLed Interrupt Enable

pub fn shortpacketie(&self) -> SHORTPACKETIE_R[src]

Bit 7 - Short Packet Interrupt Enable

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

Bit 12 - Number of Busy Banks Interrupt Enable

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

Bit 14 - FIFO Control

pub fn pdishdma(&self) -> PDISHDMA_R[src]

Bit 16 - Pipe Interrupts Disable HDMA Request Enable

pub fn pfreeze(&self) -> PFREEZE_R[src]

Bit 17 - Pipe Freeze

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