OpenOCD
esp.c File Reference
Include dependency graph for esp.c:

Go to the source code of this file.

Functions

int esp_common_init (struct esp_common *esp, const struct esp_algorithm_hw *algo_hw)
 
int esp_dbgstubs_table_read (struct target *target, struct esp_dbg_stubs *dbg_stubs)
 

Function Documentation

◆ esp_common_init()

int esp_common_init ( struct esp_common esp,
const struct esp_algorithm_hw algo_hw 
)

Definition at line 17 of file esp.c.

References esp_common::algo_hw, ERROR_FAIL, and ERROR_OK.

Referenced by esp_xtensa_init_arch_info().

◆ esp_dbgstubs_table_read()