mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-23 18:53:28 +00:00
Systimer reset alternative on S2 (and others) (v4.3)
This commit is contained in:

committed by
Zim Kalinowski

parent
44c701abb6
commit
fa85714845
@@ -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
|
||||
|
Reference in New Issue
Block a user