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