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