Function esp_idf_sys::esp_task_wdt_isr_user_handler
source ยท pub unsafe extern "C" fn esp_task_wdt_isr_user_handler()
Expand description
@brief User ISR callback placeholder
This function is called by task_wdt_isr function (ISR for when TWDT times out). It can be defined in user code to handle TWDT events.
@note It has the same limitations as the interrupt function. Do not use ESP_LOGx functions inside.