#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
◆ ENABLE_GLOBAL_INTERRUPT
      
        
          | #define ENABLE_GLOBAL_INTERRUPT | ( |  | ) | __enable_irq() | 
      
 
none standard memory types 
< Macro to enable all interrupts. Macro to disable all interrupts. 
 
 
◆ DISABLE_GLOBAL_INTERRUPT
      
        
          | #define DISABLE_GLOBAL_INTERRUPT | ( |  | ) | ____disable_irq() | 
      
 
 
◆ GET_GLOBAL_INTERRUPT_STATE
      
        
          | #define GET_GLOBAL_INTERRUPT_STATE | ( |  | ) | ____get_PRIMASK() | 
      
 
 
◆ SET_GLOBAL_INTERRUPT_STATE
      
        
          | #define SET_GLOBAL_INTERRUPT_STATE | ( |  | __STATE | ) | ____set_PRIMASK(__STATE) | 
      
 
 
◆ __PROGRAM_START
      
        
          | #define __PROGRAM_START | ( |  | void | ) | __cmsis_start | 
      
 
 
◆ __INITIAL_SP
◆ __STACK_LIMIT
      
        
          | #define __STACK_LIMIT   __StackLimit | 
      
 
 
◆ __VECTOR_TABLE
◆ __VECTOR_TABLE_ATTRIBUTE
      
        
          | #define __VECTOR_TABLE_ATTRIBUTE   __attribute((used, section(".vectors"))) | 
      
 
 
◆ vsf_gint_state_t