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

CHIBIOS_NUM_STATES macro

Syntax

#define CHIBIOS_NUM_STATES ARRAY_SIZE(chibios_thread_states)

References

LocationText
chibios.c:65
#define CHIBIOS_NUM_STATES ARRAY_SIZE(chibios_thread_states)
chibios.c:425
if (thread_state < CHIBIOS_NUM_STATES)