[][src]Type Definition stm32f4::stm32f469::rcc::PLLSAICFGR

type PLLSAICFGR = Reg<u32, _PLLSAICFGR>;

PLL configuration register

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

For information about available fields see pllsaicfgr module

Trait Implementations

impl Readable for PLLSAICFGR[src]

read() method returns pllsaicfgr::R reader structure

impl ResetValue for PLLSAICFGR[src]

Register PLLSAICFGR reset()'s with value 0x2400_3000

type Type = u32

Register size

impl Writable for PLLSAICFGR[src]

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