Struct stm32f7x5::otg_hs_host::otg_hs_hcchar8::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]

Bits 11:14 - Endpoint number

[src]

Bit 15 - Endpoint direction

[src]

Bit 17 - Low-speed device

[src]

Bits 18:19 - Endpoint type

[src]

Bits 20:21 - Multi Count (MC) / Error Count (EC)

[src]

Bits 22:28 - Device address

[src]

Bit 29 - Odd frame

[src]

Bit 30 - Channel disable

[src]

Bit 31 - Channel enable

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W