[][src]Struct atsams70n19b::usbhs::usbhs_devepticr_ctrl_mode::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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 Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self