Home
last modified time | relevance | path

Searched refs:other_core (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/esp_system/task_wdt/
Dtask_wdt.c465 const int other_core = !current_core; in task_wdt_timeout_handling() local
473 esp_crosscore_int_send_twdt_abort(other_core); in task_wdt_timeout_handling()
477 } else if (cores_fail & BIT(other_core)) { in task_wdt_timeout_handling()
479 esp_crosscore_int_send_twdt_abort(other_core); in task_wdt_timeout_handling()
492 const int other_core = !current_core; in task_wdt_timeout_handling() local
493 if (cores_fail & BIT(other_core)) { in task_wdt_timeout_handling()
494 ESP_EARLY_LOGE(TAG, "Print CPU %d backtrace", other_core); in task_wdt_timeout_handling()
495 esp_crosscore_int_send_print_backtrace(other_core); in task_wdt_timeout_handling()