Type Alias Icsr

Source
pub type Icsr = Reg<IcsrSpec>;
Expand description

ICSR (rw) register accessor: Interrupt Control and State Register

You can read this register and get icsr::R. You can reset, write, write_with_zero this register using icsr::W. You can also modify this register. See API.

For information about available fields see icsr module

Aliased Typeยง

struct Icsr { /* private fields */ }