Uidmh

Type Alias Uidmh 

pub type Uidmh = Reg<UidmhSpec>;
Expand description

UIDMH (r) register accessor: Unique Identification Register Mid-High

You can read this register and get uidmh::R. See API.

For information about available fields see uidmh module

Aliased Type§

#[repr(transparent)]
pub struct Uidmh { register: VolatileCell<u32>, _marker: PhantomData<UidmhSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<UidmhSpec>