#include "./arm_compiler_detect.h"
#include "./type.h"
#include "../__common/__compiler.h"
#include "cmsis_compiler.h"
Go to the source code of this file.
◆ __USE_ARM_COMPILER_H_PART_2__
| #define __USE_ARM_COMPILER_H_PART_2__ |
◆ NOP
Value:
#define __volatile__
Definition __compiler.h:56
1 cycle nop operation
◆ ENABLE_GLOBAL_INTERRUPT
| #define ENABLE_GLOBAL_INTERRUPT |
( |
| ) |
|
Value:
none standard memory types
< Macro to enable all interrupts. Macro to disable all interrupts.
◆ DISABLE_GLOBAL_INTERRUPT
| #define DISABLE_GLOBAL_INTERRUPT |
( |
| ) |
|
◆ GET_GLOBAL_INTERRUPT_STATE
| #define GET_GLOBAL_INTERRUPT_STATE |
( |
| ) |
|
◆ SET_GLOBAL_INTERRUPT_STATE
| #define SET_GLOBAL_INTERRUPT_STATE |
( |
| __STATE | ) |
|
◆ __PROGRAM_START
| #define __PROGRAM_START |
( |
| void | ) |
|
◆ __INITIAL_SP
◆ __STACK_LIMIT
| #define __STACK_LIMIT __StackLimit |
◆ __VECTOR_TABLE
◆ __VECTOR_TABLE_ATTRIBUTE
| #define __VECTOR_TABLE_ATTRIBUTE __attribute((used, section(".vectors"))) |