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