esp-idf/components/esp_timer/src
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
..
esp_timer_impl_lac.c system/sleep: simplify code for time compensation when wakeup from light sleep 2022-06-14 14:49:26 +08:00
esp_timer_impl_systimer.c systimer: refactor hal to accomodate more xtal choices 2022-07-25 16:08:52 +08:00
esp_timer.c esp_timer: add a function to restart timer 2022-10-18 04:42:27 +00:00
ets_timer_legacy.c esp32c6: add esp_timer support 2022-09-06 09:13:20 +00:00
system_time.c esp32c6: add esp_timer support 2022-09-06 09:13:20 +00:00