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