[][src]Type Definition stm32wb_pac::rcc::PLLCFGR

type PLLCFGR = Reg<u32, _PLLCFGR>;

PLLSYS 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 0x2204_0100

type Type = u32

Register size

impl Writable for PLLCFGR[src]

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