[][src]Struct efm32gg11b820::usb::gintsts::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn curmod(&self) -> CURMODR[src]

Bit 0 - Current Mode of Operation

pub fn modemis(&self) -> MODEMISR[src]

Bit 1 - Mode Mismatch Interrupt

pub fn otgint(&self) -> OTGINTR[src]

Bit 2 - OTG Interrupt

pub fn sof(&self) -> SOFR[src]

Bit 3 - Start of (micro)Frame

pub fn rxflvl(&self) -> RXFLVLR[src]

Bit 4 - RxFIFO Non-Empty

pub fn nptxfemp(&self) -> NPTXFEMPR[src]

Bit 5 - Non-periodic TxFIFO Empty

pub fn ginnakeff(&self) -> GINNAKEFFR[src]

Bit 6 - Global IN Non-periodic NAK Effective

pub fn goutnakeff(&self) -> GOUTNAKEFFR[src]

Bit 7 - Global OUT NAK Effective

pub fn erlysusp(&self) -> ERLYSUSPR[src]

Bit 10 - Early Suspend

pub fn usbsusp(&self) -> USBSUSPR[src]

Bit 11 - USB Suspend

pub fn usbrst(&self) -> USBRSTR[src]

Bit 12 - USB Reset

pub fn enumdone(&self) -> ENUMDONER[src]

Bit 13 - Enumeration Done

pub fn isooutdrop(&self) -> ISOOUTDROPR[src]

Bit 14 - Isochronous OUT Packet Dropped Interrupt

pub fn eopf(&self) -> EOPFR[src]

Bit 15 - End of Periodic Frame Interrupt

pub fn iepint(&self) -> IEPINTR[src]

Bit 18 - IN Endpoints Interrupt

pub fn oepint(&self) -> OEPINTR[src]

Bit 19 - OUT Endpoints Interrupt

pub fn incompisoin(&self) -> INCOMPISOINR[src]

Bit 20 - Incomplete Isochronous IN Transfer

pub fn incomplp(&self) -> INCOMPLPR[src]

Bit 21 - Incomplete Periodic Transfer

pub fn fetsusp(&self) -> FETSUSPR[src]

Bit 22 - Data Fetch Suspended

pub fn resetdet(&self) -> RESETDETR[src]

Bit 23 - Reset Detected Interrupt

pub fn prtint(&self) -> PRTINTR[src]

Bit 24 - Host Port Interrupt

pub fn hchint(&self) -> HCHINTR[src]

Bit 25 - Host Channels Interrupt

pub fn ptxfemp(&self) -> PTXFEMPR[src]

Bit 26 - Periodic TxFIFO Empty

pub fn conidstschng(&self) -> CONIDSTSCHNGR[src]

Bit 28 - Connector ID Status Change

pub fn disconnint(&self) -> DISCONNINTR[src]

Bit 29 - Disconnect Detected Interrupt

pub fn sessreqint(&self) -> SESSREQINTR[src]

Bit 30 - Session Request/New Session Detected Interrupt

pub fn wkupint(&self) -> WKUPINTR[src]

Bit 31 - Resume/Remote Wakeup Detected Interrupt

Auto Trait Implementations

impl Send for R

impl Sync for R

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