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

type EXTCFGR = Reg<u32, _EXTCFGR>;

Extended clock recovery register

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

For information about available fields see extcfgr module

Trait Implementations

impl Readable for EXTCFGR[src]

read() method returns extcfgr::R reader structure

impl ResetValue for EXTCFGR[src]

Register EXTCFGR reset()'s with value 0x0003_0000

type Type = u32

Register size

impl Writable for EXTCFGR[src]

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