Type Alias Imr

Source
pub type Imr = Reg<ImrSpec>;
Expand description

IMR (r) register accessor: Interrupt Mask Register

You can read this register and get imr::R. See API.

For information about available fields see imr module

Aliased Typeยง

struct Imr { /* private fields */ }