[][src]Struct stm32f4xx_hal::stm32::otg_fs_global::fs_gintsts::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn mmis(&mut self) -> _MMISW[src]

Bit 1 - Mode mismatch interrupt

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

Bit 3 - Start of frame

pub fn esusp(&mut self) -> _ESUSPW[src]

Bit 10 - Early suspend

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

Bit 11 - USB suspend

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

Bit 12 - USB reset

pub fn enumdne(&mut self) -> _ENUMDNEW[src]

Bit 13 - Enumeration done

pub fn isoodrp(&mut self) -> _ISOODRPW[src]

Bit 14 - Isochronous OUT packet dropped interrupt

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

Bit 15 - End of periodic frame interrupt

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

Bit 20 - Incomplete isochronous IN transfer

pub fn ipxfr_incompisoout(&mut self) -> _IPXFR_INCOMPISOOUTW[src]

Bit 21 - Incomplete periodic transfer(Host mode)/Incomplete isochronous OUT transfer(Device mode)

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

Bit 28 - Connector ID status change

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

Bit 29 - Disconnect detected interrupt

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

Bit 30 - Session request/new session detected interrupt

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

Bit 31 - Resume/remote wakeup detected interrupt

Auto Trait Implementations

impl Send for W

impl Sync for W

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