esp_crosscore_int_send_twdt_abort() function
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.
Syntax
void esp_crosscore_int_send_twdt_abort(int core_id); Arguments
core_id
Core that should abort
esp_crosscore_int_send_twdt_abort() is called by 1 function and calls 1 function:
![]()
esp_crosscore_int_send_twdt_abort()
esp_crosscore_int_send_twdt_abort():
![]()
esp_crosscore_int_send_twdt_abort()