esp-idf/components/esp_timer
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
..
include esp_timer: add a function to restart timer 2022-10-18 04:42:27 +00:00
private_include esp_timer: init rtc timer and system timer in early init 2021-10-26 19:07:34 +08:00
src esp_timer: add a function to restart timer 2022-10-18 04:42:27 +00:00
test esp_timer: add a function to restart timer 2022-10-18 04:42:27 +00:00
CMakeLists.txt build system: removed target component 2022-05-24 09:12:59 +08:00
Kconfig esp_timer: remove legacy ESP32 FRC timer implementation. 2022-02-10 15:17:49 +08:00
sdkconfig.rename esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00