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