esp-idf/components/esp_system/task_wdt
Omar Chebib 3e9701205c 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-12-01 10:45:35 +00:00
..
task_wdt_impl_esp_timer.c esp_timer: add a function to restart timer 2022-12-01 10:45:35 +00:00
task_wdt_impl_timergroup.c TWDT: refactor the TWDT to be driver agnostic 2022-12-01 10:45:35 +00:00
task_wdt.c TWDT: refactor the TWDT to be driver agnostic 2022-12-01 10:45:35 +00:00