Icsr

Type Alias Icsr 

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§

#[repr(transparent)]
pub struct Icsr { register: VolatileCell<u32>, _marker: PhantomData<IcsrSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<IcsrSpec>