[][src]Struct atsams70j21b::usbhs::usbhs_deveptier_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 txines(&mut self) -> _TXINESW[src]

Bit 0 - Transmitted IN Data Interrupt Enable

pub fn rxoutes(&mut self) -> _RXOUTESW[src]

Bit 1 - Received OUT Data Interrupt Enable

pub fn underfes(&mut self) -> _UNDERFESW[src]

Bit 2 - Underflow Interrupt Enable

pub fn hbisoinerres(&mut self) -> _HBISOINERRESW[src]

Bit 3 - High Bandwidth Isochronous IN Underflow Error Interrupt Enable

pub fn hbisoflushes(&mut self) -> _HBISOFLUSHESW[src]

Bit 4 - High Bandwidth Isochronous IN Flush Interrupt Enable

pub fn overfes(&mut self) -> _OVERFESW[src]

Bit 5 - Overflow Interrupt Enable

pub fn crcerres(&mut self) -> _CRCERRESW[src]

Bit 6 - CRC Error Interrupt Enable

pub fn shortpacketes(&mut self) -> _SHORTPACKETESW[src]

Bit 7 - Short Packet Interrupt Enable

pub fn mdataes(&mut self) -> _MDATAESW[src]

Bit 8 - MData Interrupt Enable

pub fn dataxes(&mut self) -> _DATAXESW[src]

Bit 9 - DataX Interrupt Enable

pub fn errortranses(&mut self) -> _ERRORTRANSESW[src]

Bit 10 - Transaction Error Interrupt Enable

pub fn nbusybkes(&mut self) -> _NBUSYBKESW[src]

Bit 12 - Number of Busy Banks Interrupt Enable

pub fn killbks(&mut self) -> _KILLBKSW[src]

Bit 13 - Kill IN Bank

pub fn fifocons(&mut self) -> _FIFOCONSW[src]

Bit 14 - FIFO Control

pub fn epdishdmas(&mut self) -> _EPDISHDMASW[src]

Bit 16 - Endpoint Interrupts Disable HDMA Request Enable

pub fn rstdts(&mut self) -> _RSTDTSW[src]

Bit 18 - Reset Data Toggle Enable

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