| /Kernel-v11.0.1/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 130 …RUPT_MASK_FROM_ISR() __get_interrupt_level(); portDISABLE_INTERRUPTS()
|
| /Kernel-v11.0.1/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 130 …RUPT_MASK_FROM_ISR() __get_interrupt_level(); portDISABLE_INTERRUPTS()
|
| /Kernel-v11.0.1/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 135 …SET_INTERRUPT_MASK_FROM_ISR() ulPortGetIPL(); portDISABLE_INTERRUPTS()
|
| /Kernel-v11.0.1/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 135 …SET_INTERRUPT_MASK_FROM_ISR() ulPortGetIPL(); portDISABLE_INTERRUPTS()
|
| /Kernel-v11.0.1/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 135 …SET_INTERRUPT_MASK_FROM_ISR() ulPortGetIPL(); portDISABLE_INTERRUPTS()
|
| /Kernel-v11.0.1/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 128 …RUPT_MASK_FROM_ISR() __get_interrupt_level(); portDISABLE_INTERRUPTS()
|
| /Kernel-v11.0.1/portable/IAR/RX700v3_DPFPU/ |
| D | portmacro.h | 148 …#define portDISABLE_INTERRUPTS() if( __get_interrupt_level() < configMAX_SYSC… macro 150 …#define portDISABLE_INTERRUPTS() __set_interrupt_level( ( uint8_t ) configMAX… macro 163 …RUPT_MASK_FROM_ISR() __get_interrupt_level(); portDISABLE_INTERRUPTS()
|
| /Kernel-v11.0.1/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 133 …SET_INTERRUPT_MASK_FROM_ISR() ulPortGetIPL(); portDISABLE_INTERRUPTS()
|
| /Kernel-v11.0.1/portable/GCC/RX700v3_DPFPU/ |
| D | portmacro.h | 142 …#define portDISABLE_INTERRUPTS() if( ulPortGetIPL() < configMAX_SYSCALL_INTER… macro 144 …#define portDISABLE_INTERRUPTS() __asm volatile ( "MVTIPL %0" ::"i" ( config… macro 159 …SET_INTERRUPT_MASK_FROM_ISR() ulPortGetIPL(); portDISABLE_INTERRUPTS()
|
| /Kernel-v11.0.1/portable/GCC/H8S2329/ |
| D | portmacro.h | 83 #define portDISABLE_INTERRUPTS() asm volatile ( "ORC #0x80, CCR" ); macro 88 portDISABLE_INTERRUPTS();
|
| /Kernel-v11.0.1/portable/GCC/RL78/ |
| D | portmacro.h | 69 #define portDISABLE_INTERRUPTS() __asm volatile ( "DI" ) macro 80 portDISABLE_INTERRUPTS(); \
|
| /Kernel-v11.0.1/portable/GCC/MSP430F449/ |
| D | portmacro.h | 73 #define portDISABLE_INTERRUPTS() asm volatile ( "DINT" ); asm volatile ( "NOP" ) macro 84 portDISABLE_INTERRUPTS(); \
|
| /Kernel-v11.0.1/portable/Rowley/MSP430F449/ |
| D | portmacro.h | 69 #define portDISABLE_INTERRUPTS() _DINT(); _NOP() macro 80 portDISABLE_INTERRUPTS(); \
|
| /Kernel-v11.0.1/portable/GCC/STR75x/ |
| D | portmacro.h | 95 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro 100 #define portDISABLE_INTERRUPTS() \ macro
|
| /Kernel-v11.0.1/portable/IAR/V850ES/ |
| D | portmacro.h | 74 #define portDISABLE_INTERRUPTS() __asm( "DI" ) macro 85 portDISABLE_INTERRUPTS(); \
|
| /Kernel-v11.0.1/portable/IAR/MSP430/ |
| D | portmacro.h | 69 #define portDISABLE_INTERRUPTS() _DINT(); _NOP() macro 80 portDISABLE_INTERRUPTS(); \
|
| /Kernel-v11.0.1/portable/GCC/HCS12/ |
| D | portmacro.h | 83 #define portDISABLE_INTERRUPTS() __asm( "sei" ) macro 95 portDISABLE_INTERRUPTS(); \
|
| /Kernel-v11.0.1/portable/ThirdParty/GCC/ARC_v1/ |
| D | portmacro.h | 107 #define portDISABLE_INTERRUPTS() \ macro 121 portDISABLE_INTERRUPTS() \
|
| /Kernel-v11.0.1/portable/oWatcom/16BitDOS/Flsh186/ |
| D | portmacro.h | 82 void portDISABLE_INTERRUPTS( void ); 83 #pragma aux portDISABLE_INTERRUPTS = "cli";
|
| /Kernel-v11.0.1/portable/oWatcom/16BitDOS/PC/ |
| D | portmacro.h | 83 void portDISABLE_INTERRUPTS( void ); 84 #pragma aux portDISABLE_INTERRUPTS = "cli";
|
| /Kernel-v11.0.1/portable/IAR/MSP430X/ |
| D | portmacro.h | 78 #define portDISABLE_INTERRUPTS() _DINT(); _NOP() macro 89 portDISABLE_INTERRUPTS(); \
|
| /Kernel-v11.0.1/portable/Softune/MB96340/ |
| D | portmacro.h | 83 #define portDISABLE_INTERRUPTS() __asm(" MOV ILM, #06h ") macro 88 portDISABLE_INTERRUPTS(); \
|
| /Kernel-v11.0.1/portable/CCS/MSP430X/ |
| D | portmacro.h | 78 #define portDISABLE_INTERRUPTS() _disable_interrupt(); _nop() macro 89 portDISABLE_INTERRUPTS(); \
|
| /Kernel-v11.0.1/portable/IAR/78K0R/ |
| D | portmacro.h | 74 #define portDISABLE_INTERRUPTS() __asm( "DI" ) macro 85 portDISABLE_INTERRUPTS(); \
|
| /Kernel-v11.0.1/portable/GCC/ARM7_AT91SAM7S/ |
| D | portmacro.h | 215 #define portDISABLE_INTERRUPTS() vPortDisableInterruptsFromThumb() macro 220 #define portDISABLE_INTERRUPTS() \ macro
|