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

chibios_params_list variable

Syntax

static struct chibios_params chibios_params_list[] = { { "cortex_m", NULL, NULL, }, { "hla_target", NULL, NULL, } };

References

LocationReferrerText
chibios.c:79
static struct chibios_params chibios_params_list[] = {
chibios.c:519chibios_create()
for (unsigned int i = 0; i < ARRAY_SIZE(chibios_params_list); i++)
chibios.c:520chibios_create()
if (strcmp(chibios_params_list[i].target_name, target_type_name(target)) == 0) {
chibios.c:521chibios_create()
target->rtos->rtos_specific_params = (void *)&chibios_params_list[i];

Data Use

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