OpenOCD
esp_algorithm_run_data
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
esp_algorithm_run_data
esp_algorithm_run_data struct
Algorithm run data.
Syntax
Show:
Summary
Declaration
Definition
from
esp_algorithm.h:191
struct
esp_algorithm_run_data
;
Implemented in
esp_algorithm.h:256
Fields
Field
Declared as
Description
esp_algorithm_run_data::timeout_ms
uint32_t
Algorithm completion timeout in ms. If 0, default value will be used.
esp_algorithm_run_data::stack_size
uint32_t
Algorithm stack size.
esp_algorithm_run_data::reg_args
struct
esp_algorithm_reg_args
Algorithm register arguments.
esp_algorithm_run_data::mem_args
struct
esp_algorithm_mem_args
Algorithm memory arguments.
esp_algorithm_run_data::arch_info
void
*
Algorithm arch-specific info. For Xtensa this should point to struct xtensa_algorithm.
esp_algorithm_run_data::ret_code
int32_t
Algorithm return code.
esp_algorithm_run_data::stub
struct
esp_algorithm_stub
Stub.
esp_algorithm_run_data::usr_func_arg
void
*
Host side algorithm function argument.
esp_algorithm_run_data::usr_func
esp_algorithm_usr_func_t
Host side algorithm function.
esp_algorithm_run_data::usr_func_init
esp_algorithm_usr_func_init_t
Host side algorithm function setup routine.
esp_algorithm_run_data::usr_func_done
esp_algorithm_usr_func_done_t
Host side algorithm function cleanup routine.
esp_algorithm_run_data::algo_func
esp_algorithm_func_t
Algorithm run function: see algorithm_run_xxx for example.
esp_algorithm_run_data::hw
const
struct
esp_algorithm_hw
*
HW specific API.
Related Functions
Found 20 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_user_arg_get_uint()
Get the value of an argument passed via registers from 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