Struct stm32h743::otg1_hs_device::otg_hs_diepctl1::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]

Bits 0:10 - Maximum packet size

[src]

Bit 15 - USB active endpoint

[src]

Bits 18:19 - Endpoint type

[src]

Bit 21 - STALL handshake

[src]

Bits 22:25 - TxFIFO number

[src]

Bit 26 - Clear NAK

[src]

Bit 27 - Set NAK

[src]

Bit 28 - Set DATA0 PID

[src]

Bit 29 - Set odd frame

[src]

Bit 30 - Endpoint disable

[src]

Bit 31 - Endpoint enable

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W