esp_apptrace_buffer_get() function
Allocates buffer for trace data. Once the data in the buffer is ready to be sent, esp_apptrace_buffer_put must be called to indicate it.
Arguments
dest
Indicates HW interface to send data.
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
non-NULL on success, otherwise NULL.
esp_apptrace_buffer_get() is called by 1 function and calls 6 functions:
![]()
esp_apptrace_buffer_get()
esp_apptrace_buffer_get() reads 9 variables:
![]()
esp_apptrace_buffer_get()