[][src]Struct efm32gg11b820::usb::doep0_int::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn xfercompl(&mut self) -> _XFERCOMPLW[src]

Bit 0 - Transfer Completed Interrupt

pub fn epdisbld(&mut self) -> _EPDISBLDW[src]

Bit 1 - Endpoint Disabled Interrupt

pub fn ahberr(&mut self) -> _AHBERRW[src]

Bit 2 - AHB Error

pub fn setup(&mut self) -> _SETUPW[src]

Bit 3 - Phase Done

pub fn outtknepdis(&mut self) -> _OUTTKNEPDISW[src]

Bit 4 - OUT Token Received When Endpoint Disabled

pub fn stsphsercvd(&mut self) -> _STSPHSERCVDW[src]

Bit 5 - Status Phase Received for Control Write

pub fn back2backsetup(&mut self) -> _BACK2BACKSETUPW[src]

Bit 6 - Back-to-Back SETUP Packets Received

pub fn outpkterr(&mut self) -> _OUTPKTERRW[src]

Bit 8 - OUT Packet Error

pub fn pktdrpsts(&mut self) -> _PKTDRPSTSW[src]

Bit 11 - Packet Drop Status

pub fn bbleerr(&mut self) -> _BBLEERRW[src]

Bit 12 - NAK Interrupt

pub fn nakintrpt(&mut self) -> _NAKINTRPTW[src]

Bit 13

pub fn stuppktrcvd(&mut self) -> _STUPPKTRCVDW[src]

Bit 15

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, 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]

impl<T> Same for T

type Output = T

Should always be Self