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