Struct stm32f7x3::otg_fs_global::otg_fs_gccfg::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[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 R

impl Sync for R