embeddedice_set_reg_w_exec() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDembeddedice_set_reg_w_exec()

embeddedice_set_reg_w_exec() function

Write an EmbeddedICE register, updating the register cache. Uses embeddedice_set_reg(); not queued.

Syntax

static int embeddedice_set_reg_w_exec(struct reg *reg,     uint8_t *buf);
Implemented in embeddedice.c:487

Arguments

reg

buf

References

LocationReferrerText
embeddedice.c:487
static int embeddedice_set_reg_w_exec(struct reg *reg, uint8_t *buf)
embeddedice.c:39
static int embeddedice_set_reg_w_exec(struct reg *reg, uint8_t *buf);
embeddedice.c:154
.set = embeddedice_set_reg_w_exec,
embeddedice.c:332embeddedice_setup()
embeddedice_set_reg_w_exec(dbg_ctrl, dbg_ctrl->value);

Call Tree

Functions calling embeddedice_set_reg_w_exec()
Functions called by embeddedice_set_reg_w_exec()
all items filtered out
embeddedice_set_reg_w_exec()
Data read by embeddedice_set_reg_w_exec()
Data written by embeddedice_set_reg_w_exec()
embeddedice_set_reg_w_exec()
embeddedice_set_reg_w_exec()::retval
all items filtered out
Implementations
embeddedice_set_reg_w_exec()
all items filtered out