[]Struct stm32f407g_disc::otg_hs_global::otg_hs_gintsts::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn mmis(&mut self) -> _MMISW

Bit 1 - Mode mismatch interrupt

pub fn sof(&mut self) -> _SOFW

Bit 3 - Start of frame

pub fn esusp(&mut self) -> _ESUSPW

Bit 10 - Early suspend

pub fn usbsusp(&mut self) -> _USBSUSPW

Bit 11 - USB suspend

pub fn usbrst(&mut self) -> _USBRSTW

Bit 12 - USB reset

pub fn enumdne(&mut self) -> _ENUMDNEW

Bit 13 - Enumeration done

pub fn isoodrp(&mut self) -> _ISOODRPW

Bit 14 - Isochronous OUT packet dropped interrupt

pub fn eopf(&mut self) -> _EOPFW

Bit 15 - End of periodic frame interrupt

pub fn iisoixfr(&mut self) -> _IISOIXFRW

Bit 20 - Incomplete isochronous IN transfer

pub fn pxfr_incompisoout(&mut self) -> _PXFR_INCOMPISOOUTW

Bit 21 - Incomplete periodic transfer

pub fn datafsusp(&mut self) -> _DATAFSUSPW

Bit 22 - Data fetch suspended

pub fn cidschg(&mut self) -> _CIDSCHGW

Bit 28 - Connector ID status change

pub fn discint(&mut self) -> _DISCINTW

Bit 29 - Disconnect detected interrupt

pub fn srqint(&mut self) -> _SRQINTW

Bit 30 - Session request/new session detected interrupt

pub fn wkuint(&mut self) -> _WKUINTW

Bit 31 - Resume/remote wakeup detected interrupt

Auto Trait Implementations

impl Send for W

impl Sync for W

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]