|
| #define | _VAL2FLD(field, value) |
| | Mask and shift a bit field value for assigning the result to a peripheral register.
|
| |
| #define | _FLD2VAL(field, value) |
| | Extract from a peripheral register value the a bit field value.
|
| |
| #define | __CA_CMSIS_VERSION |
| | Contains the CMSIS version.
|
| |
| #define | __CA_CMSIS_VERSION_MAIN |
| | Contains the CMSIS major version.
|
| |
| #define | __CA_CMSIS_VERSION_SUB |
| | Contains the CMSIS minor version.
|
| |
| #define | __CA_REV 0x0000 |
| | Contains the core revision for a Cortex-A class device.
|
| |
| #define | __CORTEX_A 0x0000 |
| | Contains the core family for a Cortex-A class device.
|
| |