esp32_apptrace_poll() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

esp32_apptrace_poll() function

Syntax

static int esp32_apptrace_poll(void *priv);

Arguments

priv

References

LocationReferrerText
esp32_apptrace.c:1019
static int esp32_apptrace_poll(void *priv)
esp32_apptrace.c:1228esp32_apptrace_cmd_stop()
int res = target_unregister_timer_callback(esp32_apptrace_poll, ctx);
esp32_apptrace.c:1519esp32_cmd_apptrace_generic()
res = target_register_timer_callback(esp32_apptrace_poll,
esp32_apptrace.c:1558esp32_cmd_apptrace_generic()
res = esp32_apptrace_poll(&s_at_cmd_ctx);

Call Tree

Data read by esp32_apptrace_poll()
Data written by esp32_apptrace_poll()
esp32_apptrace_poll()
Type of esp32_apptrace_poll()
esp32_apptrace_poll()