[]Struct stm32f407g_disc::stm32::otg_hs_global::otg_hs_gintmsk::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 mmism(&mut self) -> _MMISMW

Bit 1 - Mode mismatch interrupt mask

pub fn otgint(&mut self) -> _OTGINTW

Bit 2 - OTG interrupt mask

pub fn sofm(&mut self) -> _SOFMW

Bit 3 - Start of frame mask

pub fn rxflvlm(&mut self) -> _RXFLVLMW

Bit 4 - Receive FIFO nonempty mask

pub fn nptxfem(&mut self) -> _NPTXFEMW

Bit 5 - Nonperiodic TxFIFO empty mask

pub fn ginakeffm(&mut self) -> _GINAKEFFMW

Bit 6 - Global nonperiodic IN NAK effective mask

pub fn gonakeffm(&mut self) -> _GONAKEFFMW

Bit 7 - Global OUT NAK effective mask

pub fn esuspm(&mut self) -> _ESUSPMW

Bit 10 - Early suspend mask

pub fn usbsuspm(&mut self) -> _USBSUSPMW

Bit 11 - USB suspend mask

pub fn usbrst(&mut self) -> _USBRSTW

Bit 12 - USB reset mask

pub fn enumdnem(&mut self) -> _ENUMDNEMW

Bit 13 - Enumeration done mask

pub fn isoodrpm(&mut self) -> _ISOODRPMW

Bit 14 - Isochronous OUT packet dropped interrupt mask

pub fn eopfm(&mut self) -> _EOPFMW

Bit 15 - End of periodic frame interrupt mask

pub fn epmism(&mut self) -> _EPMISMW

Bit 17 - Endpoint mismatch interrupt mask

pub fn iepint(&mut self) -> _IEPINTW

Bit 18 - IN endpoints interrupt mask

pub fn oepint(&mut self) -> _OEPINTW

Bit 19 - OUT endpoints interrupt mask

pub fn iisoixfrm(&mut self) -> _IISOIXFRMW

Bit 20 - Incomplete isochronous IN transfer mask

pub fn pxfrm_iisooxfrm(&mut self) -> _PXFRM_IISOOXFRMW

Bit 21 - Incomplete periodic transfer mask

pub fn fsuspm(&mut self) -> _FSUSPMW

Bit 22 - Data fetch suspended mask

pub fn hcim(&mut self) -> _HCIMW

Bit 25 - Host channels interrupt mask

pub fn ptxfem(&mut self) -> _PTXFEMW

Bit 26 - Periodic TxFIFO empty mask

pub fn cidschgm(&mut self) -> _CIDSCHGMW

Bit 28 - Connector ID status change mask

pub fn discint(&mut self) -> _DISCINTW

Bit 29 - Disconnect detected interrupt mask

pub fn srqim(&mut self) -> _SRQIMW

Bit 30 - Session request/new session detected interrupt mask

pub fn wuim(&mut self) -> _WUIMW

Bit 31 - Resume/remote wakeup detected interrupt mask

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]