[][src]Type Definition stm32f4::stm32f407::otg_hs_device::DCTL

type DCTL = Reg<u32, _DCTL>;

OTG_HS device control register

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