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