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

type CICR = Reg<u32, _CICR>;

Clock interrupt clear register

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

For information about available fields see cicr module

Trait Implementations

impl ResetValue for CICR[src]

Register CICR reset()'s with value 0

type Type = u32

Register size

impl Writable for CICR[src]

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