Function esp_idf_sys::esp_crosscore_int_send_twdt_abort
source ยท pub unsafe extern "C" fn esp_crosscore_int_send_twdt_abort(
core_id: c_int,
)
Expand description
Send an interrupt to a CPU indicating it call task_wdt_timeout_abort_xtensa
.
This will make the CPU abort, using the interrupted task frame.
This is used internally by the Task Watchdog when it should abort after a task, running on the other core than the one running the TWDT ISR, failed to reset its timer.
@param core_id Core that should abort