ST_TT_YIELD is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

ST_TT_YIELD macro

Syntax

#define ST_TT_YIELD BIT(12)

References

LocationText
rtkernel.c:34
#define ST_TT_YIELD BIT(12) /* Time triggered task that yields */
rtkernel.c:154
if (state & (ST_TT | ST_TT_YIELD))