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

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