FD32M0P Microcontroller SDK
|
Topics | |
CMSIS Global Defines |
Macros | |
#define | __CM0PLUS_CMSIS_VERSION_MAIN (0x03) |
#define | __CM0PLUS_CMSIS_VERSION_SUB (0x20) |
#define | __CM0PLUS_CMSIS_VERSION |
#define | __CORTEX_M (0x00) |
#define | __ASM __asm |
#define | __INLINE __inline |
#define | __STATIC_INLINE static __inline |
#define | __FPU_USED 0 |
#define | __CORE_CM0PLUS_H_DEPENDANT |
#define __CM0PLUS_CMSIS_VERSION_MAIN (0x03) |
[31:16] CMSIS HAL main version
#define __CM0PLUS_CMSIS_VERSION_SUB (0x20) |
[15:0] CMSIS HAL sub version
#define __CM0PLUS_CMSIS_VERSION |
CMSIS HAL version number
#define __CORTEX_M (0x00) |
Cortex-M Core
#define __ASM __asm |
asm keyword for ARM Compiler
#define __INLINE __inline |
inline keyword for ARM Compiler
#define __STATIC_INLINE static __inline |
#define __FPU_USED 0 |
__FPU_USED indicates whether an FPU is used or not. This core does not support an FPU at all
#define __CORE_CM0PLUS_H_DEPENDANT |