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

freertos_symbol_list variable

Syntax

static const struct symbols freertos_symbol_list[] = { { "pxCurrentTCB", false }, { "pxReadyTasksLists", false }, { "xDelayedTaskList1", false }, { "xDelayedTaskList2", false }, { "pxDelayedTaskList", false }, { "pxOverflowDelayedTaskList", false }, { "xPendingReadyList", false }, { "xTasksWaitingTermination", true }, { "xSuspendedTaskList", true }, { "uxCurrentNumberOfTasks", false }, { "uxTopUsedPriority", true }, { "xSchedulerRunning", false }, { NULL, false } };

References

LocationReferrerText
FreeRTOS.c:112
static const struct symbols freertos_symbol_list[] = {
FreeRTOS.c:465freertos_get_symbol_list_to_lookup()
ARRAY_SIZE(freertos_symbol_list), sizeof(struct symbol_table_elem));
FreeRTOS.c:467freertos_get_symbol_list_to_lookup()
for (i = 0; i < ARRAY_SIZE(freertos_symbol_list); i++) {
FreeRTOS.c:468freertos_get_symbol_list_to_lookup()
(*symbol_list)[i].symbol_name = freertos_symbol_list[i].name;
FreeRTOS.c:469freertos_get_symbol_list_to_lookup()
(*symbol_list)[i].optional = freertos_symbol_list[i].optional;

Data Use

Functions reading freertos_symbol_list
freertos_symbol_list
Type of freertos_symbol_list
freertos_symbol_list
all items filtered out