[][src]Struct sam3x8e::uotghs::hstisr::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 dconni(&self) -> DCONNIR[src]

Bit 0 - Device Connection Interrupt

pub fn ddisci(&self) -> DDISCIR[src]

Bit 1 - Device Disconnection Interrupt

pub fn rsti(&self) -> RSTIR[src]

Bit 2 - USB Reset Sent Interrupt

pub fn rsmedi(&self) -> RSMEDIR[src]

Bit 3 - Downstream Resume Sent Interrupt

pub fn rxrsmi(&self) -> RXRSMIR[src]

Bit 4 - Upstream Resume Received Interrupt

pub fn hsofi(&self) -> HSOFIR[src]

Bit 5 - Host Start of Frame Interrupt

pub fn hwupi(&self) -> HWUPIR[src]

Bit 6 - Host Wake-Up Interrupt

pub fn pep_0(&self) -> PEP_0R[src]

Bit 8 - Pipe 0 Interrupt

pub fn pep_1(&self) -> PEP_1R[src]

Bit 9 - Pipe 1 Interrupt

pub fn pep_2(&self) -> PEP_2R[src]

Bit 10 - Pipe 2 Interrupt

pub fn pep_3(&self) -> PEP_3R[src]

Bit 11 - Pipe 3 Interrupt

pub fn pep_4(&self) -> PEP_4R[src]

Bit 12 - Pipe 4 Interrupt

pub fn pep_5(&self) -> PEP_5R[src]

Bit 13 - Pipe 5 Interrupt

pub fn pep_6(&self) -> PEP_6R[src]

Bit 14 - Pipe 6 Interrupt

pub fn pep_7(&self) -> PEP_7R[src]

Bit 15 - Pipe 7 Interrupt

pub fn pep_8(&self) -> PEP_8R[src]

Bit 16 - Pipe 8 Interrupt

pub fn pep_9(&self) -> PEP_9R[src]

Bit 17 - Pipe 9 Interrupt

pub fn dma_1(&self) -> DMA_1R[src]

Bit 25 - DMA Channel 1 Interrupt

pub fn dma_2(&self) -> DMA_2R[src]

Bit 26 - DMA Channel 2 Interrupt

pub fn dma_3(&self) -> DMA_3R[src]

Bit 27 - DMA Channel 3 Interrupt

pub fn dma_4(&self) -> DMA_4R[src]

Bit 28 - DMA Channel 4 Interrupt

pub fn dma_5(&self) -> DMA_5R[src]

Bit 29 - DMA Channel 5 Interrupt

pub fn dma_6(&self) -> DMA_6R[src]

Bit 30 - DMA Channel 6 Interrupt

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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