[][src]Struct stm32h7xx_hal::device::otg1_hs_global::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 cmod(&self) -> CMODR[src]

Bit 0 - Current mode of operation

pub fn mmis(&self) -> MMISR[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 frame

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

Bit 4 - RxFIFO nonempty

pub fn nptxfe(&self) -> NPTXFER[src]

Bit 5 - Nonperiodic TxFIFO empty

pub fn ginakeff(&self) -> GINAKEFFR[src]

Bit 6 - Global IN nonperiodic NAK effective

pub fn boutnakeff(&self) -> BOUTNAKEFFR[src]

Bit 7 - Global OUT NAK effective

pub fn esusp(&self) -> ESUSPR[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 enumdne(&self) -> ENUMDNER[src]

Bit 13 - Enumeration done

pub fn isoodrp(&self) -> ISOODRPR[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 endpoint interrupt

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

Bit 19 - OUT endpoint interrupt

pub fn iisoixfr(&self) -> IISOIXFRR[src]

Bit 20 - Incomplete isochronous IN transfer

pub fn pxfr_incompisoout(&self) -> PXFR_INCOMPISOOUTR[src]

Bit 21 - Incomplete periodic transfer

pub fn datafsusp(&self) -> DATAFSUSPR[src]

Bit 22 - Data fetch suspended

pub fn hprtint(&self) -> HPRTINTR[src]

Bit 24 - Host port interrupt

pub fn hcint(&self) -> HCINTR[src]

Bit 25 - Host channels interrupt

pub fn ptxfe(&self) -> PTXFER[src]

Bit 26 - Periodic TxFIFO empty

pub fn cidschg(&self) -> CIDSCHGR[src]

Bit 28 - Connector ID status change

pub fn discint(&self) -> DISCINTR[src]

Bit 29 - Disconnect detected interrupt

pub fn srqint(&self) -> SRQINTR[src]

Bit 30 - Session request/new session detected interrupt

pub fn wkuint(&self) -> WKUINTR[src]

Bit 31 - Resume/remote wakeup detected interrupt

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

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

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