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

type CRRCR = Reg<u32, _CRRCR>;

Clock recovery RC register

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

For information about available fields see crrcr module

Trait Implementations

impl Readable for CRRCR[src]

read() method returns crrcr::R reader structure

impl ResetValue for CRRCR[src]

Register CRRCR reset()'s with value 0

type Type = u32

Register size

impl Writable for CRRCR[src]

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