esp_apptrace_down_buffer_get() function
Retrieves incoming data buffer if any. Once data in the buffer is processed, esp_apptrace_down_buffer_put must be called to indicate it.
Arguments
dest
Indicates HW interface to receive data.
size
Address to store size of available data in down buffer. Must be initialized with requested value.
tmo
Timeout for operation (in us). Use ESP_APPTRACE_TMO_INFINITE to wait indefinitely.
Return value
non-NULL on success, otherwise NULL.
esp_apptrace_down_buffer_get() calls 6 functions:
![]()
esp_apptrace_down_buffer_get()
esp_apptrace_down_buffer_get() reads 9 variables:
![]()
esp_apptrace_down_buffer_get()