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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn txinis(&mut self) -> _TXINISW[src]

Bit 0 - Transmitted IN Data Interrupt Set

pub fn rxoutis(&mut self) -> _RXOUTISW[src]

Bit 1 - Received OUT Data Interrupt Set

pub fn underfis(&mut self) -> _UNDERFISW[src]

Bit 2 - Underflow Interrupt Set

pub fn hbisoinerris(&mut self) -> _HBISOINERRISW[src]

Bit 3 - High bandwidth isochronous IN Underflow Error Interrupt Set

pub fn hbisoflushis(&mut self) -> _HBISOFLUSHISW[src]

Bit 4 - High Bandwidth Isochronous IN Flush Interrupt Set

pub fn overfis(&mut self) -> _OVERFISW[src]

Bit 5 - Overflow Interrupt Set

pub fn crcerris(&mut self) -> _CRCERRISW[src]

Bit 6 - CRC Error Interrupt Set

pub fn shortpackets(&mut self) -> _SHORTPACKETSW[src]

Bit 7 - Short Packet Interrupt Set

pub fn nbusybks(&mut self) -> _NBUSYBKSW[src]

Bit 12 - Number of Busy Banks Interrupt Set

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]