esp_xtensa_semihosting_init() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDesp_xtensa_semihosting_init()

esp_xtensa_semihosting_init() function

Syntax

int esp_xtensa_semihosting_init(struct target *target);
Implemented in esp_xtensa_semihosting.c:106

Arguments

target

References

LocationReferrerText
esp_xtensa_semihosting.c:106
int esp_xtensa_semihosting_init(struct target *target)
esp_xtensa_semihosting.h:12
int esp_xtensa_semihosting_init(struct target *target);
esp32s2.c:429esp32s2_target_init()
return esp_xtensa_semihosting_init(target);
esp_xtensa_smp.c:603esp_xtensa_smp_target_init()
ret = esp_xtensa_semihosting_init(curr);
esp_xtensa_smp.c:608esp_xtensa_smp_target_init()
ret = esp_xtensa_semihosting_init(target);

Call Tree

Functions calling esp_xtensa_semihosting_init()
Functions called by esp_xtensa_semihosting_init()
esp_xtensa_semihosting_init()
all items filtered out
Data read by esp_xtensa_semihosting_init()
Data written by esp_xtensa_semihosting_init()
esp_xtensa_semihosting_init()::retval
all items filtered out
esp_xtensa_semihosting_init()