[][src]Type Definition stm32wb_pac::ipcc::C1CR

type C1CR = Reg<u32, _C1CR>;

Control register CPU1

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

For information about available fields see c1cr module

Trait Implementations

impl Readable for C1CR[src]

read() method returns c1cr::R reader structure

impl ResetValue for C1CR[src]

Register C1CR reset()'s with value 0

type Type = u32

Register size

impl Writable for C1CR[src]

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