[][src]Struct sam3x8e::uotghs::hstier::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn dconnies(&mut self) -> _DCONNIESW[src]

Bit 0 - Device Connection Interrupt Enable

pub fn ddiscies(&mut self) -> _DDISCIESW[src]

Bit 1 - Device Disconnection Interrupt Enable

pub fn rsties(&mut self) -> _RSTIESW[src]

Bit 2 - USB Reset Sent Interrupt Enable

pub fn rsmedies(&mut self) -> _RSMEDIESW[src]

Bit 3 - Downstream Resume Sent Interrupt Enable

pub fn rxrsmies(&mut self) -> _RXRSMIESW[src]

Bit 4 - Upstream Resume Received Interrupt Enable

pub fn hsofies(&mut self) -> _HSOFIESW[src]

Bit 5 - Host Start of Frame Interrupt Enable

pub fn hwupies(&mut self) -> _HWUPIESW[src]

Bit 6 - Host Wake-Up Interrupt Enable

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

Bit 8 - Pipe 0 Interrupt Enable

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

Bit 9 - Pipe 1 Interrupt Enable

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

Bit 10 - Pipe 2 Interrupt Enable

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

Bit 11 - Pipe 3 Interrupt Enable

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

Bit 12 - Pipe 4 Interrupt Enable

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

Bit 13 - Pipe 5 Interrupt Enable

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

Bit 14 - Pipe 6 Interrupt Enable

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

Bit 15 - Pipe 7 Interrupt Enable

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

Bit 16 - Pipe 8 Interrupt Enable

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

Bit 17 - Pipe 9 Interrupt Enable

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

Bit 25 - DMA Channel 1 Interrupt Enable

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

Bit 26 - DMA Channel 2 Interrupt Enable

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

Bit 27 - DMA Channel 3 Interrupt Enable

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

Bit 28 - DMA Channel 4 Interrupt Enable

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

Bit 29 - DMA Channel 5 Interrupt Enable

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

Bit 30 - DMA Channel 6 Interrupt Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

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]