Type Definition stm32f4::stm32f407::otg_fs_device::DCFG[][src]

type DCFG = Reg<u32, _DCFG>;

OTG_FS device configuration register (OTG_FS_DCFG)

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