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