[][src]Struct atsams70n19b::usbhs::usbhs_devidr::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 suspec(&mut self) -> _SUSPECW[src]

Bit 0 - Suspend Interrupt Disable

pub fn msofec(&mut self) -> _MSOFECW[src]

Bit 1 - Micro Start of Frame Interrupt Disable

pub fn sofec(&mut self) -> _SOFECW[src]

Bit 2 - Start of Frame Interrupt Disable

pub fn eorstec(&mut self) -> _EORSTECW[src]

Bit 3 - End of Reset Interrupt Disable

pub fn wakeupec(&mut self) -> _WAKEUPECW[src]

Bit 4 - Wake-Up Interrupt Disable

pub fn eorsmec(&mut self) -> _EORSMECW[src]

Bit 5 - End of Resume Interrupt Disable

pub fn uprsmec(&mut self) -> _UPRSMECW[src]

Bit 6 - Upstream Resume Interrupt Disable

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

Bit 12 - Endpoint 0 Interrupt Disable

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

Bit 13 - Endpoint 1 Interrupt Disable

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

Bit 14 - Endpoint 2 Interrupt Disable

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

Bit 15 - Endpoint 3 Interrupt Disable

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

Bit 16 - Endpoint 4 Interrupt Disable

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

Bit 17 - Endpoint 5 Interrupt Disable

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

Bit 18 - Endpoint 6 Interrupt Disable

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

Bit 19 - Endpoint 7 Interrupt Disable

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

Bit 20 - Endpoint 8 Interrupt Disable

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

Bit 21 - Endpoint 9 Interrupt Disable

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

Bit 25 - DMA Channel 1 Interrupt Disable

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

Bit 26 - DMA Channel 2 Interrupt Disable

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

Bit 27 - DMA Channel 3 Interrupt Disable

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

Bit 28 - DMA Channel 4 Interrupt Disable

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

Bit 29 - DMA Channel 5 Interrupt Disable

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

Bit 30 - DMA Channel 6 Interrupt Disable

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

Bit 31 - DMA Channel 7 Interrupt Disable

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