esp_apptrace_buffer_put() function
Indicates that the data in the buffer is ready to be sent. This function is a counterpart of and must be preceded by esp_apptrace_buffer_get.
Arguments
dest
Indicates HW interface to send data. Should be identical to the same parameter in call to esp_apptrace_buffer_get.
ptr
Address of trace buffer to release. Should be the value returned by call to esp_apptrace_buffer_get.
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
esp_apptrace_buffer_put() is called by 1 function and calls 6 functions:
![]()
esp_apptrace_buffer_put()
esp_apptrace_buffer_put() reads 9 variables:
![]()
esp_apptrace_buffer_put()