/FreeRTOS-Kernel/portable/GCC/STR75x/ |
A D | portmacro.h | 95 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro 100 #define portDISABLE_INTERRUPTS() \ macro
|
/FreeRTOS-Kernel/portable/GCC/ARM7_AT91SAM7S/ |
A D | portmacro.h | 215 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro 220 #define portDISABLE_INTERRUPTS() \ macro
|
/FreeRTOS-Kernel/portable/GCC/ARM7_LPC2000/ |
A D | portmacro.h | 192 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro 197 #define portDISABLE_INTERRUPTS() \ macro
|
/FreeRTOS-Kernel/portable/GCC/ARM7_LPC23xx/ |
A D | portmacro.h | 215 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro 220 #define portDISABLE_INTERRUPTS() \ macro
|
/FreeRTOS-Kernel/portable/GCC/ARM7_AT91FR40008/ |
A D | portmacro.h | 220 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro 225 #define portDISABLE_INTERRUPTS() \ macro
|
/FreeRTOS-Kernel/portable/IAR/RX600/ |
A D | portmacro.h | 115 …#define portDISABLE_INTERRUPTS() if( __get_interrupt_level() < configMAX_SYSC… macro 117 …#define portDISABLE_INTERRUPTS() __set_interrupt_level( ( uint8_t ) configMAX… macro
|
/FreeRTOS-Kernel/portable/IAR/RXv2/ |
A D | portmacro.h | 115 …#define portDISABLE_INTERRUPTS() if( __get_interrupt_level() < configMAX_SYSC… macro 117 …#define portDISABLE_INTERRUPTS() __set_interrupt_level( ( uint8_t ) configMAX… macro
|
/FreeRTOS-Kernel/portable/IAR/RX100/ |
A D | portmacro.h | 113 …#define portDISABLE_INTERRUPTS() if( __get_interrupt_level() < configMAX_SYSC… macro 115 …#define portDISABLE_INTERRUPTS() __set_interrupt_level( ( uint8_t ) configMAX… macro
|
/FreeRTOS-Kernel/portable/GCC/RX200/ |
A D | portmacro.h | 118 …#define portDISABLE_INTERRUPTS() if( ulPortGetIPL() < configMAX_SYSCALL_INTER… macro 120 …#define portDISABLE_INTERRUPTS() __asm volatile ( "MVTIPL %0" ::"i" ( conf… macro
|
/FreeRTOS-Kernel/portable/GCC/RX600/ |
A D | portmacro.h | 118 …#define portDISABLE_INTERRUPTS() if( ulPortGetIPL() < configMAX_SYSCALL_INTER… macro 120 …#define portDISABLE_INTERRUPTS() __asm volatile ( "MVTIPL %0" ::"i" ( conf… macro
|
/FreeRTOS-Kernel/portable/GCC/RX600v2/ |
A D | portmacro.h | 118 …#define portDISABLE_INTERRUPTS() if( ulPortGetIPL() < configMAX_SYSCALL_INTER… macro 120 …#define portDISABLE_INTERRUPTS() __asm volatile ( "MVTIPL %0" ::"i" ( conf… macro
|
/FreeRTOS-Kernel/portable/GCC/RX100/ |
A D | portmacro.h | 116 …#define portDISABLE_INTERRUPTS() if( ulPortGetIPL() < configMAX_SYSCALL_INTER… macro 118 …#define portDISABLE_INTERRUPTS() __asm volatile ( "MVTIPL %0" ::"i" ( conf… macro
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85/non_secure/ |
A D | portmacro.h | 69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85_NTZ/non_secure/ |
A D | portmacro.h | 69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM55/non_secure/ |
A D | portmacro.h | 69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM55_NTZ/non_secure/ |
A D | portmacro.h | 69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM55/non_secure/ |
A D | portmacro.h | 69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM55_NTZ/non_secure/ |
A D | portmacro.h | 69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM85/non_secure/ |
A D | portmacro.h | 69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM85_NTZ/non_secure/ |
A D | portmacro.h | 69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/IAR/ARM_CM55/ |
A D | portmacro.h | 69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/IAR/ARM_CM85/ |
A D | portmacro.h | 69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM55/ |
A D | portmacro.h | 69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM85/ |
A D | portmacro.h | 69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/FreeRTOS-Kernel/portable/Renesas/RX200/ |
A D | portmacro.h | 117 …#define portDISABLE_INTERRUPTS() if( get_ipl() < configMAX_SYSCALL_INTERRUPT_PRIORITY ) set_ipl… macro 119 #define portDISABLE_INTERRUPTS() set_ipl( ( long ) configMAX_SYSCALL_INTERRUPT_PRIORITY ) macro
|