esp_timer_impl_early_init() function
Minimal initialization of platform specific layer 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. esp_timer_impl_init has to be called after this function to initialize the rest of esp_timer implementation.
Return value
ESP_OK