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

rtos_types variable

References

LocationReferrerText
rtos.c:18
static const struct rtos_type *rtos_types[] = {
rtos.c:128rtos_create()
return os_alloc(target, rtos_types[0]);
rtos.c:131rtos_create()
for (x = 0; rtos_types[x]; x++)
rtos.c:132rtos_create()
if (strcmp(cp, rtos_types[x]->name) == 0)
rtos.c:133rtos_create()
return os_alloc_create(target, rtos_types[x]);
rtos.c:137rtos_create()
for (x = 0; rtos_types[x]; x++)
rtos.c:138rtos_create()
Jim_AppendStrings(goi->interp, res, rtos_types[x]->name, ", ", NULL);
rtos.c:669rtos_try_next()
const struct rtos_type **type = rtos_types;

Data Use

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