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