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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn rxinec(&mut self) -> _RXINECW[src]

Bit 0 - Received IN Data Interrupt Disable

pub fn txoutec(&mut self) -> _TXOUTECW[src]

Bit 1 - Transmitted OUT Data Interrupt Disable

pub fn underfiec(&mut self) -> _UNDERFIECW[src]

Bit 2 - Underflow Interrupt Disable

pub fn perrec(&mut self) -> _PERRECW[src]

Bit 3 - Pipe Error Interrupt Disable

pub fn nakedec(&mut self) -> _NAKEDECW[src]

Bit 4 - NAKed Interrupt Disable

pub fn overfiec(&mut self) -> _OVERFIECW[src]

Bit 5 - Overflow Interrupt Disable

pub fn rxstalldec(&mut self) -> _RXSTALLDECW[src]

Bit 6 - Received STALLed Interrupt Disable

pub fn shortpacketiec(&mut self) -> _SHORTPACKETIECW[src]

Bit 7 - Short Packet Interrupt Disable

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

Bit 12 - Number of Busy Banks Disable

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

Bit 14 - FIFO Control Disable

pub fn pdishdmac(&mut self) -> _PDISHDMACW[src]

Bit 16 - Pipe Interrupts Disable HDMA Request Disable

pub fn pfreezec(&mut self) -> _PFREEZECW[src]

Bit 17 - Pipe Freeze Disable

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]