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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn rxinic(&mut self) -> _RXINICW[src]

Bit 0 - Received IN Data Interrupt Clear

pub fn txoutic(&mut self) -> _TXOUTICW[src]

Bit 1 - Transmitted OUT Data Interrupt Clear

pub fn txstpic(&mut self) -> _TXSTPICW[src]

Bit 2 - Transmitted SETUP Interrupt Clear

pub fn nakedic(&mut self) -> _NAKEDICW[src]

Bit 4 - NAKed Interrupt Clear

pub fn overfic(&mut self) -> _OVERFICW[src]

Bit 5 - Overflow Interrupt Clear

pub fn rxstalldic(&mut self) -> _RXSTALLDICW[src]

Bit 6 - Received STALLed Interrupt Clear

pub fn shortpacketic(&mut self) -> _SHORTPACKETICW[src]

Bit 7 - Short Packet Interrupt Clear

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]