/Kernel-v11.0.1/portable/MSVC-MingW/ |
HD | portmacro.h | 102 #define portYIELD_FROM_ISR( x ) ( void ) x macro 103 #define portEND_SWITCHING_ISR( x ) portYIELD_FROM_ISR( ( x ) )
|
/Kernel-v11.0.1/portable/IAR/AVR_Mega0/ |
HD | portmacro.h | 98 #define portYIELD_FROM_ISR() vPortYieldFromISR() macro
|
/Kernel-v11.0.1/portable/IAR/AVR_AVRDx/ |
HD | portmacro.h | 98 #define portYIELD_FROM_ISR() vPortYieldFromISR() macro
|
/Kernel-v11.0.1/portable/GCC/RL78/ |
HD | portmacro.h | 109 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTask… macro
|
/Kernel-v11.0.1/portable/GCC/PPC405_Xilinx/ |
HD | portmacro.h | 95 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
|
/Kernel-v11.0.1/portable/GCC/PPC440_Xilinx/ |
HD | portmacro.h | 95 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
|
/Kernel-v11.0.1/portable/GCC/CORTUS_APS3/ |
HD | portmacro.h | 104 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken != pdFA… macro
|
/Kernel-v11.0.1/portable/GCC/MicroBlaze/ |
HD | portmacro.h | 114 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
|
/Kernel-v11.0.1/portable/Rowley/MSP430F449/ |
HD | portmacro.h | 130 #define portYIELD_FROM_ISR( x ) do { if( x ) vTaskSwitchContext(); } while( 0 ) macro
|
/Kernel-v11.0.1/portable/Softune/MB91460/ |
HD | portmacro.h | 101 #define portYIELD_FROM_ISR() DICR_DLYI = 1 macro
|
/Kernel-v11.0.1/portable/IAR/V850ES/ |
HD | portmacro.h | 120 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTask… macro
|
/Kernel-v11.0.1/portable/IAR/MSP430/ |
HD | portmacro.h | 131 #define portYIELD_FROM_ISR( x ) do { if( x ) vTaskSwitchContext( ); } while( 0 ) macro
|
/Kernel-v11.0.1/portable/IAR/78K0R/ |
HD | portmacro.h | 115 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTask… macro
|
/Kernel-v11.0.1/portable/CCS/MSP430X/ |
HD | portmacro.h | 137 #define portYIELD_FROM_ISR( x ) do { if( x ) vPortYield(); } while( 0 ) macro
|
/Kernel-v11.0.1/portable/GCC/ARM7_AT91FR40008/ |
HD | portmacro.h | 204 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
|
/Kernel-v11.0.1/portable/GCC/ARM7_AT91SAM7S/ |
HD | portmacro.h | 196 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
|
/Kernel-v11.0.1/portable/ThirdParty/GCC/ARC_v1/ |
HD | portmacro.h | 103 #define portYIELD_FROM_ISR() vPortYieldFromIsr() macro
|
/Kernel-v11.0.1/portable/IAR/MSP430X/ |
HD | portmacro.h | 136 #define portYIELD_FROM_ISR( x ) do { if( x ) vPortYield( ); } while( … macro
|
/Kernel-v11.0.1/portable/Softune/MB96340/ |
HD | portmacro.h | 108 #define portYIELD_FROM_ISR() __asm( " SETB 03A4H:0 " ); macro
|
/Kernel-v11.0.1/portable/IAR/RX600/ |
HD | portmacro.h | 101 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD( );… macro
|
/Kernel-v11.0.1/portable/Renesas/SH2A_FPU/ |
HD | portmacro.h | 91 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) vTaskSwitchContext( ); } while( 0 ) macro
|
/Kernel-v11.0.1/portable/GCC/ARM7_LPC2000/ |
HD | portmacro.h | 173 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
|
/Kernel-v11.0.1/portable/GCC/ARM7_LPC23xx/ |
HD | portmacro.h | 196 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
|
/Kernel-v11.0.1/portable/ThirdParty/GCC/ATmega/ |
HD | portmacro.h | 145 #define portYIELD_FROM_ISR() vPortYieldFromISR() macro
|
/Kernel-v11.0.1/portable/Tasking/ARM_CM4F/ |
HD | portmacro.h | 104 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) macro
|