ESP-IDF + 0/1 examples
SourceVu will show references to esp_task_wdt_init() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: Initialization was successful - ESP_ERR_INVALID_STATE: Already initialized - Other: Failed to initialize TWDT

Notes

esp_task_wdt_init() must only be called after the scheduler is started. Moreover, it must not be called by multiple tasks simultaneously.

References

from examples