Version symbols for CMSIS release specific C/C++ source code. More...
Macros | |
| #define | __CA_CMSIS_VERSION_MAIN (1U) |
| [31:16] CMSIS-Core(A) main version | |
| #define | __CA_CMSIS_VERSION_SUB (1U) |
| [15:0] CMSIS-Core(A) sub version | |
| #define | __CA_CMSIS_VERSION |
| CMSIS-Core(A) version number | |
| #define __CA_CMSIS_VERSION |
Use this define to query the full version of CMSIS-Core(A) component.
| Bits | Name | Function |
|---|---|---|
| [31:16] | MAIN | __CA_CMSIS_VERSION_MAIN |
| [15:0] | SUB | __CA_CMSIS_VERSION_SUB |
Example:
| #define __CA_CMSIS_VERSION_MAIN (1U) |
Use this define to query the major version of CMSIS-Core(A) component.
Example:
| #define __CA_CMSIS_VERSION_SUB (1U) |
Use this define to query the minor version of CMSIS-Core(A) component.
Example: