Home
last modified time | relevance | path

Searched refs:portYIELD_FROM_ISR (Results 1 – 25 of 108) sorted by relevance

12345

/Kernel-v11.1.0/portable/MSVC-MingW/
Dportmacro.h111 #define portYIELD_FROM_ISR( x ) ( void ) x macro
112 #define portEND_SWITCHING_ISR( x ) portYIELD_FROM_ISR( ( x ) )
/Kernel-v11.1.0/portable/IAR/AVR_Mega0/
Dportmacro.h98 #define portYIELD_FROM_ISR() vPortYieldFromISR() macro
/Kernel-v11.1.0/portable/IAR/AVR_AVRDx/
Dportmacro.h98 #define portYIELD_FROM_ISR() vPortYieldFromISR() macro
/Kernel-v11.1.0/portable/GCC/PPC440_Xilinx/
Dportmacro.h95 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
/Kernel-v11.1.0/portable/GCC/PPC405_Xilinx/
Dportmacro.h95 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
/Kernel-v11.1.0/portable/GCC/CORTUS_APS3/
Dportmacro.h104 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken != pdFA… macro
/Kernel-v11.1.0/portable/GCC/RL78/
Dportmacro.h109 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTask… macro
/Kernel-v11.1.0/portable/GCC/MicroBlaze/
Dportmacro.h114 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
/Kernel-v11.1.0/portable/Rowley/MSP430F449/
Dportmacro.h130 #define portYIELD_FROM_ISR( x ) do { if( x ) vTaskSwitchContext(); } while( 0 ) macro
/Kernel-v11.1.0/portable/IAR/MSP430/
Dportmacro.h131 #define portYIELD_FROM_ISR( x ) do { if( x ) vTaskSwitchContext( ); } while( 0 ) macro
/Kernel-v11.1.0/portable/Softune/MB91460/
Dportmacro.h101 #define portYIELD_FROM_ISR() DICR_DLYI = 1 macro
/Kernel-v11.1.0/portable/IAR/V850ES/
Dportmacro.h120 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTask… macro
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_v1/
Dportmacro.h103 #define portYIELD_FROM_ISR() vPortYieldFromIsr() macro
/Kernel-v11.1.0/portable/IAR/RX600/
Dportmacro.h101 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD( );… macro
/Kernel-v11.1.0/portable/IAR/78K0R/
Dportmacro.h115 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTask… macro
/Kernel-v11.1.0/portable/IAR/MSP430X/
Dportmacro.h136 #define portYIELD_FROM_ISR( x ) do { if( x ) vPortYield( ); } while( … macro
/Kernel-v11.1.0/portable/GCC/ARM7_AT91FR40008/
Dportmacro.h204 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
/Kernel-v11.1.0/portable/CCS/MSP430X/
Dportmacro.h137 #define portYIELD_FROM_ISR( x ) do { if( x ) vPortYield(); } while( 0 ) macro
/Kernel-v11.1.0/portable/Renesas/SH2A_FPU/
Dportmacro.h91 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) vTaskSwitchContext( ); } while( 0 ) macro
/Kernel-v11.1.0/portable/Softune/MB96340/
Dportmacro.h108 #define portYIELD_FROM_ISR() __asm( " SETB 03A4H:0 " ); macro
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
Dportmacro.h196 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
/Kernel-v11.1.0/portable/GCC/ARM7_LPC2000/
Dportmacro.h173 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
/Kernel-v11.1.0/portable/GCC/ARM7_LPC23xx/
Dportmacro.h196 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
/Kernel-v11.1.0/portable/IAR/RXv2/
Dportmacro.h101 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD( );… macro
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/
Dportmacro.h102 #define portYIELD_FROM_ISR() vPortYieldFromIsr() macro

12345