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

ST_TT macro

Syntax

#define ST_TT BIT(11)

References

LocationText
rtkernel.c:33
#define ST_TT BIT(11) /* Time triggered task */
rtkernel.c:149
if (state & ST_TT)
rtkernel.c:154
if (state & (ST_TT | ST_TT_YIELD))