pub unsafe extern "C" fn esp_timer_get_next_alarm_for_wake_up() -> i64
Expand description

@brief Get the timestamp when the next timeout is expected to occur skipping those which have skip_unhandled_events flag @return Timestamp of the nearest timer event, in microseconds. The timebase is the same as for the values returned by esp_timer_get_time.