[][src]Function esp_idf_bindgen::esp_crosscore_int_send_print_backtrace

pub unsafe extern "C" fn esp_crosscore_int_send_print_backtrace(core_id: c_int)

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

This is use 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