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
ARCHITECTUREreader - Constant that defines the architecture of the processor:
0xC = ARMv6-M architecture. - IMPLEMENTER_
R - Field
IMPLEMENTERreader - Implementor code: 0x41 = ARM - PARTNO_
R - Field
PARTNOreader - Number of processor within family: 0xC60 = Cortex-M0+ - R
- Register
CPUIDreader - REVISION_
R - Field
REVISIONreader - Minor revision number m in the rnpm revision status:
0x1 = Patch 1. - VARIANT_
R - Field
VARIANTreader - Major revision number n in the rnpm revision status:
0x0 = Revision 0.