[][src]Type Definition stm32f4::stm32f469::otg_hs_global::GUSBCFG

type GUSBCFG = Reg<u32, _GUSBCFG>;

OTG_HS USB configuration register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see gusbcfg module

Trait Implementations

impl Readable for GUSBCFG[src]

read() method returns gusbcfg::R reader structure

impl ResetValue for GUSBCFG[src]

Register GUSBCFG reset()'s with value 0x0a00

type Type = u32

Register size

impl Writable for GUSBCFG[src]

write(|w| ..) method takes gusbcfg::W writer structure