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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn suspes(&mut self) -> _SUSPESW[src]

Bit 0 - Suspend Interrupt Enable

pub fn msofes(&mut self) -> _MSOFESW[src]

Bit 1 - Micro Start of Frame Interrupt Enable

pub fn sofes(&mut self) -> _SOFESW[src]

Bit 2 - Start of Frame Interrupt Enable

pub fn eorstes(&mut self) -> _EORSTESW[src]

Bit 3 - End of Reset Interrupt Enable

pub fn wakeupes(&mut self) -> _WAKEUPESW[src]

Bit 4 - Wake-Up Interrupt Enable

pub fn eorsmes(&mut self) -> _EORSMESW[src]

Bit 5 - End of Resume Interrupt Enable

pub fn uprsmes(&mut self) -> _UPRSMESW[src]

Bit 6 - Upstream Resume Interrupt Enable

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

Bit 12 - Endpoint 0 Interrupt Enable

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

Bit 13 - Endpoint 1 Interrupt Enable

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

Bit 14 - Endpoint 2 Interrupt Enable

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

Bit 15 - Endpoint 3 Interrupt Enable

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

Bit 16 - Endpoint 4 Interrupt Enable

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

Bit 17 - Endpoint 5 Interrupt Enable

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

Bit 18 - Endpoint 6 Interrupt Enable

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

Bit 19 - Endpoint 7 Interrupt Enable

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

Bit 20 - Endpoint 8 Interrupt Enable

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

Bit 21 - Endpoint 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]