Type Alias rp2040_pac::ppb::CPUID
source · pub type CPUID = Reg<CPUID_SPEC>;
Expand description
CPUID (r) register accessor: Read the CPU ID Base Register to determine: the ID number of the processor core, the version number of the processor core, the implementation details of the processor core.
You can read
this register and get cpuid::R
. See API.
For information about available fields see cpuid
module
Aliased Type§
struct CPUID { /* private fields */ }