Function esp_idf_sys::esp_crosscore_int_send_print_backtrace

source ยท
pub unsafe extern "C" fn esp_crosscore_int_send_print_backtrace(
    core_id: c_int,
)
Expand description

Send an interrupt to a CPU indicating it should print its current backtrace

This is used internally by the Task Watchdog to dump the backtrace of the opposite core and should not be called from application code.

@param core_id Core that should print its backtrace