Type Definition stm32f2::stm32f217::rcc::PLLI2SCFGR[][src]

type PLLI2SCFGR = Reg<u32, _PLLI2SCFGR>;

PLLI2S configuration register

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

For information about available fields see plli2scfgr module

Trait Implementations

impl Readable for PLLI2SCFGR[src]

read() method returns plli2scfgr::R reader structure

impl ResetValue for PLLI2SCFGR[src]

Register PLLI2SCFGR reset()'s with value 0x2000_3000

type Type = u32

Register size

impl Writable for PLLI2SCFGR[src]

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