Type Alias C2IMR1

Source
pub type C2IMR1 = Reg<u32, _C2IMR1>;
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 c2imr1 module

Aliased Type§

pub struct C2IMR1 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for C2IMR1

Register C2IMR1 reset()’s with value 0x7fc0_0000

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for C2IMR1

read() method returns c2imr1::R reader structure

Source§

impl Writable for C2IMR1

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