Systimer reset alternative on S2 (and others) (v4.3)

This commit is contained in:
Konstantin Kondrashov
2021-10-28 08:00:28 +00:00
committed by Zim Kalinowski
parent 44c701abb6
commit fa85714845
13 changed files with 140 additions and 30 deletions

View File

@@ -117,3 +117,10 @@ uint64_t esp_timer_impl_get_counter_reg(void);
* @return the value of the alarm register
*/
uint64_t esp_timer_impl_get_alarm_reg(void);
#if CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER
/**
* @brief Initialize esp_timer as system time provider.
*/
void esp_timer_impl_init_system_time(void);
#endif