[][src]Struct atsams70j20::usbhs::usbhs_hstifr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn dconnis(&mut self) -> _DCONNISW[src]

Bit 0 - Device Connection Interrupt Set

pub fn ddiscis(&mut self) -> _DDISCISW[src]

Bit 1 - Device Disconnection Interrupt Set

pub fn rstis(&mut self) -> _RSTISW[src]

Bit 2 - USB Reset Sent Interrupt Set

pub fn rsmedis(&mut self) -> _RSMEDISW[src]

Bit 3 - Downstream Resume Sent Interrupt Set

pub fn rxrsmis(&mut self) -> _RXRSMISW[src]

Bit 4 - Upstream Resume Received Interrupt Set

pub fn hsofis(&mut self) -> _HSOFISW[src]

Bit 5 - Host Start of Frame Interrupt Set

pub fn hwupis(&mut self) -> _HWUPISW[src]

Bit 6 - Host Wake-Up 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

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

Bit 31 - DMA Channel 7 Interrupt Set

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

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