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

riot_params_list variable

Syntax

static const struct riot_params riot_params_list[] = { { "cortex_m", 0x00, 0x04, }, { "hla_target", 0x00, 0x04, } };

References

LocationReferrerText
riot.c:57
static const struct riot_params riot_params_list[] = {
riot.c:392riot_create()
while ((i < RIOT_NUM_PARAMS) &&
riot.c:393riot_create()
(strcmp(riot_params_list[i].target_name, target_type_name(target)) != 0)) {
riot.c:396riot_create()
if (i >= RIOT_NUM_PARAMS) {
riot.c:401riot_create()
target->rtos->rtos_specific_params = (void *)&riot_params_list[i];

Data Use

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