Module rp2040_pac::ppb::cpuid
source · Expand description
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.
Structs§
- 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.
Type Aliases§
- Field
ARCHITECTURE
reader - Constant that defines the architecture of the processor:
0xC = ARMv6-M architecture. - Field
IMPLEMENTER
reader - Implementor code: 0x41 = ARM - Field
PARTNO
reader - Number of processor within family: 0xC60 = Cortex-M0+ - Register
CPUID
reader - Field
REVISION
reader - Minor revision number m in the rnpm revision status:
0x1 = Patch 1. - Field
VARIANT
reader - Major revision number n in the rnpm revision status:
0x0 = Revision 0.