Home
last modified time | relevance | path

Searched defs:portDISABLE_INTERRUPTS (Results 1 – 25 of 148) sorted by relevance

123456

/FreeRTOS-Kernel/portable/GCC/STR75x/
A Dportmacro.h95 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro
100 #define portDISABLE_INTERRUPTS() \ macro
/FreeRTOS-Kernel/portable/GCC/ARM7_AT91SAM7S/
A Dportmacro.h215 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro
220 #define portDISABLE_INTERRUPTS() \ macro
/FreeRTOS-Kernel/portable/GCC/ARM7_LPC2000/
A Dportmacro.h192 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro
197 #define portDISABLE_INTERRUPTS() \ macro
/FreeRTOS-Kernel/portable/GCC/ARM7_LPC23xx/
A Dportmacro.h215 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro
220 #define portDISABLE_INTERRUPTS() \ macro
/FreeRTOS-Kernel/portable/GCC/ARM7_AT91FR40008/
A Dportmacro.h220 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro
225 #define portDISABLE_INTERRUPTS() \ macro
/FreeRTOS-Kernel/portable/IAR/RX600/
A Dportmacro.h115 …#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 Dportmacro.h115 …#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 Dportmacro.h113 …#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 Dportmacro.h118 …#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 Dportmacro.h118 …#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 Dportmacro.h118 …#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 Dportmacro.h116 …#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 Dportmacro.h69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/FreeRTOS-Kernel/portable/IAR/ARM_CM85_NTZ/non_secure/
A Dportmacro.h69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/FreeRTOS-Kernel/portable/IAR/ARM_CM55/non_secure/
A Dportmacro.h69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/FreeRTOS-Kernel/portable/IAR/ARM_CM55_NTZ/non_secure/
A Dportmacro.h69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM55/non_secure/
A Dportmacro.h69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM55_NTZ/non_secure/
A Dportmacro.h69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM85/non_secure/
A Dportmacro.h69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM85_NTZ/non_secure/
A Dportmacro.h69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/IAR/ARM_CM55/
A Dportmacro.h69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/IAR/ARM_CM85/
A Dportmacro.h69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM55/
A Dportmacro.h69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM85/
A Dportmacro.h69 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/FreeRTOS-Kernel/portable/Renesas/RX200/
A Dportmacro.h117 …#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

Completed in 28 milliseconds

123456