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