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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn rxines(&mut self) -> _RXINESW[src]

Bit 0 - Received IN Data Interrupt Enable

pub fn txoutes(&mut self) -> _TXOUTESW[src]

Bit 1 - Transmitted OUT Data Interrupt Enable

pub fn underfies(&mut self) -> _UNDERFIESW[src]

Bit 2 - Underflow Interrupt Enable

pub fn perres(&mut self) -> _PERRESW[src]

Bit 3 - Pipe Error Interrupt Enable

pub fn nakedes(&mut self) -> _NAKEDESW[src]

Bit 4 - NAKed Interrupt Enable

pub fn overfies(&mut self) -> _OVERFIESW[src]

Bit 5 - Overflow Interrupt Enable

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

Bit 6 - CRC Error Interrupt Enable

pub fn shortpacketies(&mut self) -> _SHORTPACKETIESW[src]

Bit 7 - Short Packet Interrupt Enable

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

Bit 12 - Number of Busy Banks Enable

pub fn pdishdmas(&mut self) -> _PDISHDMASW[src]

Bit 16 - Pipe Interrupts Disable HDMA Request Enable

pub fn pfreezes(&mut self) -> _PFREEZESW[src]

Bit 17 - Pipe Freeze Enable

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

Bit 18 - Reset Data Toggle Enable

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]