Type Alias Icsr
pub type Icsr = Reg<IcsrSpec>;Expand description
Aliased Type§
#[repr(transparent)]pub struct Icsr {
register: VolatileCell<u32>,
_marker: PhantomData<IcsrSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<IcsrSpec>