esp_apptrace_write() function
Writes data to trace buffer.
Arguments
dest
Indicates HW interface to send data.
data
Address of data to write to trace buffer.
size
Size of data to write to trace buffer.
tmo
Timeout for operation (in us). Use ESP_APPTRACE_TMO_INFINITE to wait indefinitely.
Return value
ESP_OK on success, otherwise see esp_err_t
Examples
esp_apptrace_write() is referenced by 2 libraries and example projects: