[][src]Function esp_idf_sys::esp_timer_get_next_alarm

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

@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.