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