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

type C2CR = Reg<u32, _C2CR>;

Control register CPU2

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

For information about available fields see c2cr module

Trait Implementations

impl Readable for C2CR[src]

read() method returns c2cr::R reader structure

impl ResetValue for C2CR[src]

Register C2CR reset()'s with value 0

type Type = u32

Register size

impl Writable for C2CR[src]

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