Type Definition stm32f4::stm32f413::rcc::SSCGR[][src]

type SSCGR = Reg<u32, _SSCGR>;

spread spectrum clock generation register

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

For information about available fields see sscgr module

Trait Implementations

impl Readable for SSCGR[src]

read() method returns sscgr::R reader structure

impl ResetValue for SSCGR[src]

Register SSCGR reset()'s with value 0

type Type = u32

Register size

impl Writable for SSCGR[src]

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