esp_timer_private_set() function
Set esp_timer time to a certain value Called from light sleep code to synchronize esp_timer time with RTC time.
Syntax
void esp_timer_private_set(uint64_t new_us); Arguments
new_us
the value to be set to esp_timer time, in microseconds