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