esp_algorithm_run_data is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint32_t
Algorithm completion timeout in ms. If 0, default value will be used.
uint32_t
Algorithm stack size.
Algorithm register arguments.
Algorithm memory arguments.
void *
Algorithm arch-specific info. For Xtensa this should point to struct xtensa_algorithm.
int32_t
Algorithm return code.
Stub.
void *
Host side algorithm function argument.
Host side algorithm function.
Host side algorithm function setup routine.
Host side algorithm function cleanup routine.
Algorithm run function: see algorithm_run_xxx for example.
const struct esp_algorithm_hw *
HW specific API.

References

from examples