portSVC_YIELD is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

portSVC_YIELD macro

Syntax

#define portSVC_YIELD 1

References

LocationText
portmacro.h:116
#define portSVC_YIELD 1
port.c:288
portmacro.h:121
#define portYIELD() __asm volatile ( " SVC %0 \n" :: "i" (portSVC_YIELD) : "memory" )