esp_timer_impl_advance() function
Adjust current esp_timer time by a certain value Called from light sleep code to synchronize esp_timer time with RTC time.
Syntax
void esp_timer_impl_advance(int64_t time_us); Arguments
time_us
adjustment to apply to esp_timer time, in microseconds