Struct stm32f7x3::otg_hs_global::otg_hs_gccfg::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 16 - Power down

[src]

Bit 17 - Battery charging detector (BCD) enable

[src]

Bit 18 - Data contact detection (DCD) mode enable

[src]

Bit 19 - Primary detection (PD) mode enable

[src]

Bit 20 - Secondary detection (SD) mode enable

[src]

Bit 21 - USB VBUS detection enable

[src]

Bit 0 - Data contact detection (DCD) status

[src]

Bit 1 - Primary detection (PD) status

[src]

Bit 2 - Secondary detection (SD) status

[src]

Bit 3 - DM pull-up detection status

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W