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