esp_task_wdt_deinit() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesCall TreeData UseLifecycle

Return value

- ESP_OK: TWDT successfully deinitialized - Other: Failed to deinitialize TWDT

Notes

esp_task_wdt_deinit() must not be called by multiple tasks simultaneously.

References