OpenOCD
esp_algorithm_hw Struct Reference

Data Fields

int(* algo_cleanup )(struct target *target, struct esp_algorithm_run_data *run)
 
int(* algo_init )(struct target *target, struct esp_algorithm_run_data *run, uint32_t num_args, va_list ap)
 
const uint8_t *(* stub_tramp_get )(struct target *target, size_t *size)
 

Detailed Description

Definition at line 247 of file esp_algorithm.h.

Field Documentation

◆ algo_cleanup

int(* esp_algorithm_hw::algo_cleanup) (struct target *target, struct esp_algorithm_run_data *run)

Definition at line 249 of file esp_algorithm.h.

Referenced by esp_algorithm_run_debug_stub(), and esp_algorithm_run_image().

◆ algo_init

int(* esp_algorithm_hw::algo_init) (struct target *target, struct esp_algorithm_run_data *run, uint32_t num_args, va_list ap)

Definition at line 248 of file esp_algorithm.h.

Referenced by esp_algorithm_run_debug_stub(), and esp_algorithm_run_image().

◆ stub_tramp_get

const uint8_t*(* esp_algorithm_hw::stub_tramp_get) (struct target *target, size_t *size)

The documentation for this struct was generated from the following file: