IMR1

Type Alias IMR1 

Source
pub type IMR1 = Reg<u32, _IMR1>;
Expand description

Interrupt mask register

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

For information about available fields see imr1 module

Aliased Type§

pub struct IMR1 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for IMR1

Register IMR1 reset()’s with value 0xff82_0000

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for IMR1

read() method returns imr1::R reader structure

Source§

impl Writable for IMR1

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