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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn susps(&mut self) -> _SUSPSW[src]

Bit 0 - Suspend Interrupt Set

pub fn msofs(&mut self) -> _MSOFSW[src]

Bit 1 - Micro Start of Frame Interrupt Set

pub fn sofs(&mut self) -> _SOFSW[src]

Bit 2 - Start of Frame Interrupt Set

pub fn eorsts(&mut self) -> _EORSTSW[src]

Bit 3 - End of Reset Interrupt Set

pub fn wakeups(&mut self) -> _WAKEUPSW[src]

Bit 4 - Wake-Up Interrupt Set

pub fn eorsms(&mut self) -> _EORSMSW[src]

Bit 5 - End of Resume Interrupt Set

pub fn uprsms(&mut self) -> _UPRSMSW[src]

Bit 6 - Upstream Resume Interrupt Set

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

Bit 25 - DMA Channel 1 Interrupt Set

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

Bit 26 - DMA Channel 2 Interrupt Set

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

Bit 27 - DMA Channel 3 Interrupt Set

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

Bit 28 - DMA Channel 4 Interrupt Set

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

Bit 29 - DMA Channel 5 Interrupt Set

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

Bit 30 - DMA Channel 6 Interrupt Set

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]