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

type CIER = Reg<u32, _CIER>;

Clock interrupt enable register

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

For information about available fields see cier module

Trait Implementations

impl Readable for CIER[src]

read() method returns cier::R reader structure

impl ResetValue for CIER[src]

Register CIER reset()'s with value 0

type Type = u32

Register size

impl Writable for CIER[src]

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