[][src]Struct sam3x8e::uotghs::hstimr::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 dconnie(&self) -> DCONNIER[src]

Bit 0 - Device Connection Interrupt Enable

pub fn ddiscie(&self) -> DDISCIER[src]

Bit 1 - Device Disconnection Interrupt Enable

pub fn rstie(&self) -> RSTIER[src]

Bit 2 - USB Reset Sent Interrupt Enable

pub fn rsmedie(&self) -> RSMEDIER[src]

Bit 3 - Downstream Resume Sent Interrupt Enable

pub fn rxrsmie(&self) -> RXRSMIER[src]

Bit 4 - Upstream Resume Received Interrupt Enable

pub fn hsofie(&self) -> HSOFIER[src]

Bit 5 - Host Start of Frame Interrupt Enable

pub fn hwupie(&self) -> HWUPIER[src]

Bit 6 - Host Wake-Up Interrupt Enable

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

Bit 8 - Pipe 0 Interrupt Enable

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

Bit 9 - Pipe 1 Interrupt Enable

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

Bit 10 - Pipe 2 Interrupt Enable

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

Bit 11 - Pipe 3 Interrupt Enable

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

Bit 12 - Pipe 4 Interrupt Enable

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

Bit 13 - Pipe 5 Interrupt Enable

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

Bit 14 - Pipe 6 Interrupt Enable

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

Bit 15 - Pipe 7 Interrupt Enable

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

Bit 16 - Pipe 8 Interrupt Enable

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

Bit 17 - Pipe 9 Interrupt Enable

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

Bit 25 - DMA Channel 1 Interrupt Enable

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

Bit 26 - DMA Channel 2 Interrupt Enable

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

Bit 27 - DMA Channel 3 Interrupt Enable

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

Bit 28 - DMA Channel 4 Interrupt Enable

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

Bit 29 - DMA Channel 5 Interrupt Enable

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

Bit 30 - DMA Channel 6 Interrupt Enable

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]