Uidl

Type Alias Uidl 

pub type Uidl = Reg<UidlSpec>;
Expand description

UIDL (r) register accessor: Unique Identification Register Low

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

For information about available fields see uidl module

Aliased Type§

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

Fields§

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