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

ecos_params_list variable

References

LocationReferrerText
eCos.c:153
static struct ecos_params ecos_params_list[] = {
eCos.c:1188ecos_create()
for (unsigned int i = 0; i < ARRAY_SIZE(ecos_params_list); i++) {
eCos.c:1189ecos_create()
const char * const *tnames = ecos_params_list[i].target_names;
eCos.c:1193ecos_create()
target->rtos->rtos_specific_params = (void *)&ecos_params_list[i];
eCos.c:1194ecos_create()
ecos_params_list[i].flush_common = true;
eCos.c:1195ecos_create()
ecos_params_list[i].stacking_info = NULL;

Data Use

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