[][src]Struct atsams70j21b::usbhs::usbhs_deveptidr_iso_mode::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 txinec(&mut self) -> _TXINECW[src]

Bit 0 - Transmitted IN Interrupt Clear

pub fn rxoutec(&mut self) -> _RXOUTECW[src]

Bit 1 - Received OUT Data Interrupt Clear

pub fn underfec(&mut self) -> _UNDERFECW[src]

Bit 2 - Underflow Interrupt Clear

pub fn hbisoinerrec(&mut self) -> _HBISOINERRECW[src]

Bit 3 - High Bandwidth Isochronous IN Underflow Error Interrupt Clear

pub fn hbisoflushec(&mut self) -> _HBISOFLUSHECW[src]

Bit 4 - High Bandwidth Isochronous IN Flush Interrupt Clear

pub fn overfec(&mut self) -> _OVERFECW[src]

Bit 5 - Overflow Interrupt Clear

pub fn shortpacketec(&mut self) -> _SHORTPACKETECW[src]

Bit 7 - Shortpacket Interrupt Clear

pub fn mdataec(&mut self) -> _MDATAECW[src]

Bit 8 - MData Interrupt Clear

pub fn dataxec(&mut self) -> _DATAXECW[src]

Bit 9 - DataX Interrupt Clear

pub fn errortransec(&mut self) -> _ERRORTRANSECW[src]

Bit 10 - Transaction Error Interrupt Clear

pub fn nbusybkec(&mut self) -> _NBUSYBKECW[src]

Bit 12 - Number of Busy Banks Interrupt Clear

pub fn fifoconc(&mut self) -> _FIFOCONCW[src]

Bit 14 - FIFO Control Clear

pub fn epdishdmac(&mut self) -> _EPDISHDMACW[src]

Bit 16 - Endpoint Interrupts Disable HDMA Request Clear

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