ESP32_APPTRACE_USER_BLOCK_CORE is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDESP32_APPTRACE_USER_BLOCK_CORE

ESP32_APPTRACE_USER_BLOCK_CORE macro

Syntax

#define ESP32_APPTRACE_USER_BLOCK_CORE(_v_) ((_v_) >> 15)

Arguments

_v_

References

LocationText
esp32_apptrace.c:38
#define ESP32_APPTRACE_USER_BLOCK_CORE(_v_) ((_v_) >> 15)
esp32_apptrace.c:544
return ESP32_APPTRACE_USER_BLOCK_CORE(target_buffer_get_u16(target, hdr_buf + APPTRACE_BLOCK_SIZE_OFFSET));