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