armv7m_run_algorithm() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarmv7m_run_algorithm()

armv7m_run_algorithm() function

Runs a Thumb algorithm in the target.

Syntax

int armv7m_run_algorithm(struct target *target,     int num_mem_params,     struct mem_param *mem_params,     int num_reg_params,     struct reg_param *reg_params,     target_addr_t entry_point,     target_addr_t exit_point,     unsigned int timeout_ms,     void *arch_info);
Implemented in armv7m.c:483

Arguments

target

num_mem_params

mem_params

num_reg_params

reg_params

entry_point

exit_point

timeout_ms

arch_info

References

LocationText
armv7m.c:483
int armv7m_run_algorithm(struct target *target,
armv7m.h:315
int armv7m_run_algorithm(struct target *target,
cortex_m.c:3362
.run_algorithm = armv7m_run_algorithm,
hla_target.c:669
.run_algorithm = armv7m_run_algorithm,

Call Tree

Functions called by armv7m_run_algorithm()
armv7m_run_algorithm()
Implementations
armv7m_run_algorithm()
all items filtered out