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