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

type GCCFG = Reg<u32, _GCCFG>;

OTG_HS general core configuration register

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

For information about available fields see gccfg module

Trait Implementations

impl Readable for GCCFG[src]

read() method returns gccfg::R reader structure

impl ResetValue for GCCFG[src]

Register GCCFG reset()'s with value 0

type Type = u32

Register size

impl Writable for GCCFG[src]

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