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

ST_FLAG_ALL macro

Syntax

#define ST_FLAG_ALL BIT(7)

References

LocationText
rtkernel.c:29
#define ST_FLAG_ALL BIT(7) /* on flag and flag mode is "ALL" */
rtkernel.c:173
if ((state & ST_FLAG) || (state & ST_FLAG_ALL))
rtkernel.c:175
if (state & ST_FLAG_ALL)