Struct stm32f7x7::otg_hs_global::otg_hs_gintsts::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bit 1 - Mode mismatch interrupt

[src]

Bit 3 - Start of frame

[src]

Bit 10 - Early suspend

[src]

Bit 11 - USB suspend

[src]

Bit 12 - USB reset

[src]

Bit 13 - Enumeration done

[src]

Bit 14 - Isochronous OUT packet dropped interrupt

[src]

Bit 15 - End of periodic frame interrupt

[src]

Bit 20 - Incomplete isochronous IN transfer

[src]

Bit 21 - Incomplete periodic transfer

[src]

Bit 22 - Data fetch suspended

[src]

Bit 28 - Connector ID status change

[src]

Bit 29 - Disconnect detected interrupt

[src]

Bit 30 - Session request/new session detected interrupt

[src]

Bit 31 - Resume/remote wakeup detected interrupt

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W