Home
last modified time | relevance | path

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

123456

/Kernel-v11.1.0/portable/GCC/STR75x/
Dportmacro.h95 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro
100 #define portDISABLE_INTERRUPTS() \ macro
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
Dportmacro.h215 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro
220 #define portDISABLE_INTERRUPTS() \ macro
/Kernel-v11.1.0/portable/GCC/ARM7_LPC2000/
Dportmacro.h192 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro
197 #define portDISABLE_INTERRUPTS() \ macro
/Kernel-v11.1.0/portable/GCC/ARM7_LPC23xx/
Dportmacro.h215 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro
220 #define portDISABLE_INTERRUPTS() \ macro
/Kernel-v11.1.0/portable/GCC/ARM7_AT91FR40008/
Dportmacro.h220 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro
225 #define portDISABLE_INTERRUPTS() \ macro
/Kernel-v11.1.0/portable/IAR/RX600/
Dportmacro.h115 …#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/
Dportmacro.h115 …#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/
Dportmacro.h113 …#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/
Dportmacro.h118 …#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/
Dportmacro.h118 …#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/
Dportmacro.h118 …#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/
Dportmacro.h73 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/
Dportmacro.h73 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/IAR/ARM_CM55/
Dportmacro.h73 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/IAR/ARM_CM85/
Dportmacro.h73 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/
Dportmacro.h68 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/
Dportmacro.h73 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM55/
Dportmacro.h68 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM85/
Dportmacro.h68 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/Kernel-v11.1.0/portable/GCC/ARM_CM85/non_secure/
Dportmacro.h68 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/
Dportmacro.h73 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/
Dportmacro.h68 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/Kernel-v11.1.0/portable/GCC/ARM_CM85_NTZ/non_secure/
Dportmacro.h68 #define portDISABLE_INTERRUPTS() ulSetInterruptMask() macro
/Kernel-v11.1.0/portable/GCC/RX100/
Dportmacro.h116 …#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/
Dportmacro.h74 #define portDISABLE_INTERRUPTS() __asm volatile ( " cpsid i " ::: "memory" ) macro

123456