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