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§
- CPUID_
SPEC - 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§
- ARCHITECTURE_
R - Field
ARCHITECTURE
reader - Constant that defines the architecture of the processor:
0xC = ARMv6-M architecture. - IMPLEMENTER_
R - Field
IMPLEMENTER
reader - Implementor code: 0x41 = ARM - PARTNO_
R - Field
PARTNO
reader - Number of processor within family: 0xC60 = Cortex-M0+ - R
- Register
CPUID
reader - REVISION_
R - Field
REVISION
reader - Minor revision number m in the rnpm revision status:
0x1 = Patch 1. - VARIANT_
R - Field
VARIANT
reader - Major revision number n in the rnpm revision status:
0x0 = Revision 0.