esp_task_wdt_stop() function
Stop the Task Watchdog Timer (TWDT) This function will temporarily stop the timer until it is restarted by a call to esp_task_wdt_restart().
Return value
- ESP_OK: TWDT successfully stopped - Other: Failed to stop the TWDT
Notes
esp_task_wdt_stop() must not be called by multiple tasks simultaneously.
esp_task_wdt_stop() calls 3 functions:
![]()
esp_task_wdt_stop()
esp_task_wdt_stop() reads 2 variables:
![]()
esp_task_wdt_stop()