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