rtos_type::set_reg is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

rtos_type::set_reg field

Syntax

int (*set_reg)(struct rtos *rtos, uint32_t reg_num, uint8_t *reg_value);

References

LocationReferrerScopeText
rtos.h:73
int (*set_reg)(struct rtos *rtos, uint32_t reg_num, uint8_t *reg_value);
hwthread.c:50hwthread_set_reg()hwthread_rtos
const struct rtos_type hwthread_rtos = {
hwthread.c:59
.set_reg = hwthread_set_reg,
rtos.c:594rtos_set_reg()
(target->rtos->type->set_reg) &&
rtos.c:597rtos_set_reg()
return target->rtos->type->set_reg(target->rtos, reg_num, reg_value);

Call Tree

Functions calling rtos_type::set_reg
all items filtered out
rtos_type::set_reg
Functions reading rtos_type::set_reg
rtos_type::set_reg
all items filtered out
Implementations
all items filtered out
rtos_type::set_reg