[][src]Type Definition stm32f3::stm32f373::rcc::CFGR3

type CFGR3 = Reg<u32, _CFGR3>;

Clock configuration register 3

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

For information about available fields see cfgr3 module

Trait Implementations

impl Readable for CFGR3[src]

read() method returns cfgr3::R reader structure

impl ResetValue for CFGR3[src]

Register CFGR3 reset()'s with value 0

type Type = u32

Register size

impl Writable for CFGR3[src]

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