Type Definition stm32f7::stm32f7x3::rcc::DCKCFGR1[][src]

type DCKCFGR1 = Reg<u32, _DCKCFGR1>;

dedicated clocks configuration register

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

For information about available fields see dckcfgr1 module

Trait Implementations

impl Readable for DCKCFGR1[src]

read() method returns dckcfgr1::R reader structure

impl ResetValue for DCKCFGR1[src]

Register DCKCFGR1 reset()'s with value 0x2000_3000

type Type = u32

Register size

impl Writable for DCKCFGR1[src]

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