OpenOCD
esp_algorithm_user_arg_get_uint()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
esp_algorithm_user_arg_get_uint()
esp_algorithm_user_arg_get_uint() function
Get the value of an argument passed via registers from the stub main function.
Syntax
Show:
Summary
Declaration
from
esp_algorithm.h:409
static
inline
uint64_t
esp_algorithm_user_arg_get_uint
(
struct
esp_algorithm_run_data
*
run
,
int
arg_num
)
;
Arguments
Argument
run
arg_num
Related Functions
Found 19 other functions taking a
esp_algorithm_run_data
argument:
Function
Description
esp_algorithm_run_func_image_va()
Loads and runs stub from specified image. This function should be used to run external stub code on target.
esp_algorithm_run_func_image()
esp_algorithm_run_onboard_func_va()
Runs pre-compiled on-board function. This function should be used to run on-board stub code.
esp_algorithm_run_onboard_func()
esp_algorithm_user_arg_set_uint()
Set the value of an argument passed via registers to the stub main function.
esp_algorithm_load_func_image()
esp_algorithm_unload_func_image()
esp_algorithm_exec_func_image_va()
esp_algorithm_load_onboard_func()
esp_algorithm_unload_onboard_func()
esp_algorithm_exec_onboard_func_va()
esp_xtensa_smp_run_func_image()
esp_xtensa_smp_run_onboard_func()
esp_algorithm_run_image()
load_section_from_image()
esp_algorithm_run_debug_stub()
esp_xtensa_algo_regs_init_start()
esp_xtensa_algo_init()
esp_xtensa_algo_cleanup()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out