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

mqx_params_list variable

Syntax

static const struct mqx_params mqx_params_list[] = { { "cortex_m", mqx_arch_cortexm, &rtos_mqx_arm_v7m_stacking }, };

References

LocationReferrerText
mqx.c:84
static const struct mqx_params mqx_params_list[] = {
mqx.c:250mqx_create()
for (unsigned int i = 0; i < ARRAY_SIZE(mqx_params_list); i++) {
mqx.c:251mqx_create()
if (strcmp(mqx_params_list[i].target_name, target_type_name(target)) == 0) {
mqx.c:252mqx_create()
target->rtos->rtos_specific_params = (void *)&mqx_params_list[i];

Data Use

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