esp_timer_early_init() function
Minimal initialization of esp_timer This function can be called very early in startup process, after this call only esp_timer_get_time() function can be used.
Return value
- ESP_OK on success
Notes
This function is called from startup code. Applications do not need to call this function before using other esp_timer APIs.