esp-idf/components/esp_timer/src
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
..
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-12-01 10:45:35 +00:00
ets_timer_legacy.c esp_rom: extract int matrix route and cpu ticks getter 2022-02-09 13:52:20 +08:00
system_time.c esp_timer: remove legacy ESP32 FRC timer implementation. 2022-02-10 15:17:49 +08:00