Function esp_idf_hal::sys::esp_backtrace_print
source ยท pub unsafe extern "C" fn esp_backtrace_print(depth: i32) -> i32
Expand description
@brief Print the backtrace of the current stack
@param depth The maximum number of stack frames to print (should be > 0)
@return - ESP_OK Backtrace successfully printed to completion or to depth limit - ESP_FAIL Backtrace is corrupted