C1IMR2

Type Alias C1IMR2 

Source
pub type C1IMR2 = Reg<u32, _C1IMR2>;
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 c1imr2 module

Aliased Type§

pub struct C1IMR2 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for C1IMR2

Register C1IMR2 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 C1IMR2

read() method returns c1imr2::R reader structure

Source§

impl Writable for C1IMR2

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