/Kernel-v11.1.0/portable/GCC/STR75x/ |
D | portmacro.h | 95 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro 100 #define portDISABLE_INTERRUPTS() \ macro
|
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/ |
D | portmacro.h | 215 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro 220 #define portDISABLE_INTERRUPTS() \ macro
|
/Kernel-v11.1.0/portable/GCC/ARM7_LPC2000/ |
D | portmacro.h | 192 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro 197 #define portDISABLE_INTERRUPTS() \ macro
|
/Kernel-v11.1.0/portable/GCC/ARM7_LPC23xx/ |
D | portmacro.h | 215 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro 220 #define portDISABLE_INTERRUPTS() \ macro
|
/Kernel-v11.1.0/portable/GCC/ARM7_AT91FR40008/ |
D | portmacro.h | 220 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro 225 #define portDISABLE_INTERRUPTS() \ macro
|
/Kernel-v11.1.0/portable/IAR/RX600/ |
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
|
/Kernel-v11.1.0/portable/IAR/RXv2/ |
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
|
/Kernel-v11.1.0/portable/IAR/RX100/ |
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
|
/Kernel-v11.1.0/portable/GCC/RX200/ |
D | portmacro.h | 118 …#define portDISABLE_INTERRUPTS() if( ulPortGetIPL() < configMAX_SYSCALL_INTER… macro 120 …#define portDISABLE_INTERRUPTS() __asm volatile ( "MVTIPL %0" ::"i" ( conf… macro
|
/Kernel-v11.1.0/portable/GCC/RX600/ |
D | portmacro.h | 118 …#define portDISABLE_INTERRUPTS() if( ulPortGetIPL() < configMAX_SYSCALL_INTER… macro 120 …#define portDISABLE_INTERRUPTS() __asm volatile ( "MVTIPL %0" ::"i" ( conf… macro
|
/Kernel-v11.1.0/portable/GCC/RX600v2/ |
D | portmacro.h | 118 …#define portDISABLE_INTERRUPTS() if( ulPortGetIPL() < configMAX_SYSCALL_INTER… macro 120 …#define portDISABLE_INTERRUPTS() __asm volatile ( "MVTIPL %0" ::"i" ( conf… macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55/non_secure/ |
D | portmacro.h | 73 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/ |
D | portmacro.h | 73 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/IAR/ARM_CM55/ |
D | portmacro.h | 73 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/IAR/ARM_CM85/ |
D | portmacro.h | 73 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | portmacro.h | 68 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | portmacro.h | 73 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM55/ |
D | portmacro.h | 68 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM85/ |
D | portmacro.h | 68 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85/non_secure/ |
D | portmacro.h | 68 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | portmacro.h | 73 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | portmacro.h | 68 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85_NTZ/non_secure/ |
D | portmacro.h | 68 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
|
/Kernel-v11.1.0/portable/GCC/RX100/ |
D | portmacro.h | 116 …#define portDISABLE_INTERRUPTS() if( ulPortGetIPL() < configMAX_SYSCALL_INTER… macro 118 …#define portDISABLE_INTERRUPTS() __asm volatile ( "MVTIPL %0" ::"i" ( conf… macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | portmacro.h | 74 #define portDISABLE_INTERRUPTS() __asm volatile ( " cpsid i " ::: "memory" ) macro
|