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

type C2MR = Reg<u32, _C2MR>;

Mask register CPU2

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

For information about available fields see c2mr module

Trait Implementations

impl Readable for C2MR[src]

read() method returns c2mr::R reader structure

impl ResetValue for C2MR[src]

Register C2MR reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for C2MR[src]

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