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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn txinic(&mut self) -> _TXINICW[src]

Bit 0 - Transmitted IN Data Interrupt Clear

pub fn rxoutic(&mut self) -> _RXOUTICW[src]

Bit 1 - Received OUT Data Interrupt Clear

pub fn rxstpic(&mut self) -> _RXSTPICW[src]

Bit 2 - Received SETUP Interrupt Clear

pub fn nakoutic(&mut self) -> _NAKOUTICW[src]

Bit 3 - NAKed OUT Interrupt Clear

pub fn nakinic(&mut self) -> _NAKINICW[src]

Bit 4 - NAKed IN Interrupt Clear

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

Bit 5 - Overflow Interrupt Clear

pub fn stalledic(&mut self) -> _STALLEDICW[src]

Bit 6 - STALLed Interrupt Clear

pub fn shortpacketc(&mut self) -> _SHORTPACKETCW[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]