[]Struct stm32f407g_disc::otg_hs_global::otg_hs_gintsts::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn cmod(&self) -> CMODR

Bit 0 - Current mode of operation

pub fn mmis(&self) -> MMISR

Bit 1 - Mode mismatch interrupt

pub fn otgint(&self) -> OTGINTR

Bit 2 - OTG interrupt

pub fn sof(&self) -> SOFR

Bit 3 - Start of frame

pub fn rxflvl(&self) -> RXFLVLR

Bit 4 - RxFIFO nonempty

pub fn nptxfe(&self) -> NPTXFER

Bit 5 - Nonperiodic TxFIFO empty

pub fn ginakeff(&self) -> GINAKEFFR

Bit 6 - Global IN nonperiodic NAK effective

pub fn boutnakeff(&self) -> BOUTNAKEFFR

Bit 7 - Global OUT NAK effective

pub fn esusp(&self) -> ESUSPR

Bit 10 - Early suspend

pub fn usbsusp(&self) -> USBSUSPR

Bit 11 - USB suspend

pub fn usbrst(&self) -> USBRSTR

Bit 12 - USB reset

pub fn enumdne(&self) -> ENUMDNER

Bit 13 - Enumeration done

pub fn isoodrp(&self) -> ISOODRPR

Bit 14 - Isochronous OUT packet dropped interrupt

pub fn eopf(&self) -> EOPFR

Bit 15 - End of periodic frame interrupt

pub fn iepint(&self) -> IEPINTR

Bit 18 - IN endpoint interrupt

pub fn oepint(&self) -> OEPINTR

Bit 19 - OUT endpoint interrupt

pub fn iisoixfr(&self) -> IISOIXFRR

Bit 20 - Incomplete isochronous IN transfer

pub fn pxfr_incompisoout(&self) -> PXFR_INCOMPISOOUTR

Bit 21 - Incomplete periodic transfer

pub fn datafsusp(&self) -> DATAFSUSPR

Bit 22 - Data fetch suspended

pub fn hprtint(&self) -> HPRTINTR

Bit 24 - Host port interrupt

pub fn hcint(&self) -> HCINTR

Bit 25 - Host channels interrupt

pub fn ptxfe(&self) -> PTXFER

Bit 26 - Periodic TxFIFO empty

pub fn cidschg(&self) -> CIDSCHGR

Bit 28 - Connector ID status change

pub fn discint(&self) -> DISCINTR

Bit 29 - Disconnect detected interrupt

pub fn srqint(&self) -> SRQINTR

Bit 30 - Session request/new session detected interrupt

pub fn wkuint(&self) -> WKUINTR

Bit 31 - Resume/remote wakeup detected interrupt

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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, 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]