Type Alias IMR2

Source
pub type IMR2 = Reg<u32, _IMR2>;
Expand description

Interrupt mask register

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

For information about available fields see imr2 module

Aliased Type§

pub struct IMR2 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for IMR2

Register IMR2 reset()’s with value 0xffff_ff87

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for IMR2

read() method returns imr2::R reader structure

Source§

impl Writable for IMR2

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