[−][src]Type Definition stm32f7::stm32f7x9::rcc::PLLCFGR
type PLLCFGR = Reg<u32, _PLLCFGR>;
PLL configuration register
This register you can read
, reset
, write
, write_with_zero
, modify
. See API.
For information about available fields see pllcfgr module
Trait Implementations
impl Readable for PLLCFGR
[src]
read()
method returns pllcfgr::R reader structure
impl ResetValue for PLLCFGR
[src]
Register PLLCFGR reset()
's with value 0x2400_3010
impl Writable for PLLCFGR
[src]
write(|w| ..)
method takes pllcfgr::W writer structure