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