[][src]Type Definition stm32f4::stm32f469::otg_hs_device::DCFG

type DCFG = Reg<u32, _DCFG>;

OTG_HS device configuration register

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

For information about available fields see dcfg module

Trait Implementations

impl Readable for DCFG[src]

read() method returns dcfg::R reader structure

impl ResetValue for DCFG[src]

Register DCFG reset()'s with value 0x0220_0000

type Type = u32

Register size

impl Writable for DCFG[src]

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