pub unsafe extern "C" fn esp_backtrace_print_all_tasks(
depth: i32,
) -> i32
Expand description
@brief Print the backtrace of all tasks
@param depth The maximum number of stack frames to print (must be > 0)
@note Users must ensure that no tasks are created or deleted while this function is running. @note This function must be called from a task context.
@return - ESP_OK All backtraces successfully printed to completion or to depth limit - ESP_FAIL One or more backtraces are corrupt