[][src]Struct atsams70j20::usbhs::usbhs_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) -> DCONNIE_R[src]

Bit 0 - Device Connection Interrupt Enable

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

Bit 1 - Device Disconnection Interrupt Enable

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

Bit 2 - USB Reset Sent Interrupt Enable

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

Bit 3 - Downstream Resume Sent Interrupt Enable

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

Bit 4 - Upstream Resume Received Interrupt Enable

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

Bit 5 - Host Start of Frame Interrupt Enable

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

Bit 6 - Host Wake-Up Interrupt Enable

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

Bit 8 - Pipe 0 Interrupt Enable

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

Bit 9 - Pipe 1 Interrupt Enable

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

Bit 10 - Pipe 2 Interrupt Enable

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

Bit 11 - Pipe 3 Interrupt Enable

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

Bit 12 - Pipe 4 Interrupt Enable

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

Bit 13 - Pipe 5 Interrupt Enable

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

Bit 14 - Pipe 6 Interrupt Enable

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

Bit 15 - Pipe 7 Interrupt Enable

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

Bit 16 - Pipe 8 Interrupt Enable

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

Bit 17 - Pipe 9 Interrupt Enable

pub fn pep_10(&self) -> PEP_10_R[src]

Bit 18 - Pipe 10 Interrupt Enable

pub fn pep_11(&self) -> PEP_11_R[src]

Bit 19 - Pipe 11 Interrupt Enable

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

Bit 25 - DMA Channel 1 Interrupt Enable

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

Bit 26 - DMA Channel 2 Interrupt Enable

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

Bit 27 - DMA Channel 3 Interrupt Enable

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

Bit 28 - DMA Channel 4 Interrupt Enable

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

Bit 29 - DMA Channel 5 Interrupt Enable

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

Bit 30 - DMA Channel 6 Interrupt Enable

pub fn dma_7(&self) -> DMA_7_R[src]

Bit 31 - DMA Channel 7 Interrupt Enable

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