/Kernel-v11.1.0/portable/GCC/ARM_AARCH64_SRE/ |
D | portmacro.h | 93 #define portYIELD() __asm volatile ( "SVC 0" ::: "memory" ) macro 95 #define portYIELD() __asm volatile ( "SMC 0" ::: "memory" ) macro
|
/Kernel-v11.1.0/portable/GCC/ARM_AARCH64/ |
D | portmacro.h | 93 #define portYIELD() __asm volatile ( "SVC 0" ::: "memory" ) macro 95 #define portYIELD() __asm volatile ( "SMC 0" ::: "memory" ) macro
|
/Kernel-v11.1.0/portable/SDCC/Cygnal/ |
D | portmacro.h | 103 #define portYIELD() vPortYield(); macro
|
/Kernel-v11.1.0/portable/GCC/ATMega323/ |
D | portmacro.h | 104 #define portYIELD() vPortYield() macro
|
/Kernel-v11.1.0/portable/IAR/AVR_Mega0/ |
D | portmacro.h | 95 #define portYIELD() vPortYield() macro
|
/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/ |
D | portmacro.h | 77 #define portYIELD() asm ( "SWI 0" ) macro
|
/Kernel-v11.1.0/portable/IAR/AtmelSAM9XE/ |
D | portmacro.h | 80 #define portYIELD() asm ( "SWI 0" ) macro
|
/Kernel-v11.1.0/portable/IAR/LPC2000/ |
D | portmacro.h | 80 #define portYIELD() asm ( "SWI 0" ) macro
|
/Kernel-v11.1.0/portable/Softune/MB91460/ |
D | portmacro.h | 98 #define portYIELD() __asm( " INT #40H " ); macro
|
/Kernel-v11.1.0/portable/IAR/AVR_AVRDx/ |
D | portmacro.h | 95 #define portYIELD() vPortYield() macro
|
/Kernel-v11.1.0/portable/MPLAB/PIC18F/ |
D | portmacro.h | 96 #define portYIELD() vPortYield() macro
|
/Kernel-v11.1.0/portable/IAR/STR75x/ |
D | portmacro.h | 80 #define portYIELD() asm ( "SWI 0" ) macro
|
/Kernel-v11.1.0/portable/IAR/STR91x/ |
D | portmacro.h | 80 #define portYIELD() asm ( "SWI 0" ) macro
|
/Kernel-v11.1.0/portable/GCC/MicroBlaze/ |
D | portmacro.h | 111 #define portYIELD() vPortYield() macro
|
/Kernel-v11.1.0/portable/GCC/PPC440_Xilinx/ |
D | portmacro.h | 94 #define portYIELD() asm volatile ( "SC \n\t NOP" ) macro
|
/Kernel-v11.1.0/portable/GCC/PPC405_Xilinx/ |
D | portmacro.h | 94 #define portYIELD() asm volatile ( "SC \n\t NOP" ) macro
|
/Kernel-v11.1.0/portable/IAR/V850ES/ |
D | portmacro.h | 117 #define portYIELD() __asm( "trap 0" ) macro
|
/Kernel-v11.1.0/portable/Rowley/MSP430F449/ |
D | portmacro.h | 113 #define portYIELD() vPortYield() macro
|
/Kernel-v11.1.0/portable/GCC/STR75x/ |
D | portmacro.h | 77 #define portYIELD() asm volatile ( "SWI 0" ) macro
|
/Kernel-v11.1.0/portable/IAR/MSP430/ |
D | portmacro.h | 113 #define portYIELD() vPortYield() macro
|
/Kernel-v11.1.0/portable/GCC/NiosII/ |
D | portmacro.h | 87 #define portYIELD() asm volatile ( "trap" ); macro
|
/Kernel-v11.1.0/portable/IAR/ATMega323/ |
D | portmacro.h | 100 #define portYIELD() vPortYield() macro
|
/Kernel-v11.1.0/portable/RVDS/ARM7_LPC21xx/ |
D | portmacro.h | 102 #define portYIELD() vPortYield() macro
|
/Kernel-v11.1.0/portable/GCC/RL78/ |
D | portmacro.h | 108 #define portYIELD() __asm volatile ( "BRK" ) macro
|
/Kernel-v11.1.0/portable/MPLAB/PIC24_dsPIC/ |
D | portmacro.h | 97 #define portYIELD() asm volatile ( "CALL _vPortYield \n" \ macro
|