Type Definition stm32f4::stm32f401::otg_fs_device::DCTL[][src]

type DCTL = Reg<u32, _DCTL>;

OTG_FS device control register (OTG_FS_DCTL)

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

For information about available fields see dctl module

Trait Implementations

impl Readable for DCTL[src]

read() method returns dctl::R reader structure

impl ResetValue for DCTL[src]

Register DCTL reset()'s with value 0

type Type = u32

Register size

impl Writable for DCTL[src]

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