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

type C1MR = Reg<u32, _C1MR>;

Mask register CPU1

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

For information about available fields see c1mr module

Trait Implementations

impl Readable for C1MR[src]

read() method returns c1mr::R reader structure

impl ResetValue for C1MR[src]

Register C1MR reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for C1MR[src]

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