![]() |
RTEMS 7.0-rc1
|
CMSIS Cortex-M33 Core Peripheral Access Layer Header File. More...
Go to the source code of this file.
CMSIS Cortex-M33 Core Peripheral Access Layer Header File.
| #define __CM33_CMSIS_VERSION |
| #define __CM33_CMSIS_VERSION_MAIN (__CM_CMSIS_VERSION_MAIN) |
| #define __CM33_CMSIS_VERSION_SUB (__CM_CMSIS_VERSION_SUB) |
| #define __CORE_CM33_H_DEPENDANT |
__FPU_USED indicates whether an FPU is used or not. For this, __FPU_PRESENT has to be checked prior to making use of FPU specific registers and functions.
| #define __CORTEX_M (33U) |
Cortex-M Core
| #define __I volatile const |
Defines 'read only' permissions
| #define __IO volatile |
Defines 'read / write' permissions
| #define __O volatile |
Defines 'write only' permissions