Type Definition stm32f4::stm32f413::rcc::DCKCFGR[][src]

type DCKCFGR = Reg<u32, _DCKCFGR>;

Dedicated Clocks Configuration Register

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

For information about available fields see dckcfgr module

Trait Implementations

impl Readable for DCKCFGR[src]

read() method returns dckcfgr::R reader structure

impl ResetValue for DCKCFGR[src]

Register DCKCFGR reset()'s with value 0

type Type = u32

Register size

impl Writable for DCKCFGR[src]

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