C2IMR2

Type Alias C2IMR2 

Source
pub type C2IMR2 = Reg<u32, _C2IMR2>;
Expand description

CPUm wakeup with interrupt mask register

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

For information about available fields see c2imr2 module

Aliased Type§

pub struct C2IMR2 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for C2IMR2

Register C2IMR2 reset()’s with value 0x0001_fcfd

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for C2IMR2

read() method returns c2imr2::R reader structure

Source§

impl Writable for C2IMR2

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