Uidml

Type Alias Uidml 

pub type Uidml = Reg<UidmlSpec>;
Expand description

UIDML (r) register accessor: Unique Identification Register Mid Low

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

For information about available fields see uidml module

Aliased Type§

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

Fields§

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