esp_apptrace_flush_nolock() function
Flushes remaining data in trace buffer to host without locking internal data. This is a special version of esp_apptrace_flush which should be called from panic handler.
Arguments
dest
Indicates HW interface to flush data on.
min_sz
Threshold for flushing data. If current filling level is above this value, data will be flushed. TRAX destinations only.
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_flush_nolock() is called by 3 functions and calls 6 functions:
![]()
esp_apptrace_flush_nolock()
esp_apptrace_flush_nolock() reads 9 variables:
![]()
esp_apptrace_flush_nolock()