esp-idf/components/esp_system/task_wdt
Omar Chebib c8614a0dbf esp_timer: add a function to restart timer
Timers, periodic or not, can now be restarted thanks to esp_timer_restart function.
This is done atomically, which can be used to feed a periodic timer, or simply change the period.
2022-10-18 04:42:27 +00:00
..
task_wdt.c
task_wdt_impl_esp_timer.c
task_wdt_impl_timergroup.c