Sdid

Type Alias Sdid 

pub type Sdid = Reg<SdidSpec>;
Expand description

SDID (r) register accessor: System Device Identification Register

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

For information about available fields see sdid module

Aliased Type§

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

Fields§

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