esp_idf_sys

Function esp_timer_get_next_alarm_for_wake_up

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

@brief Get the timestamp of the next expected timeout excluding those timers that should not interrupt light sleep (such timers have ::esp_timer_create_args_t::skip_unhandled_events enabled) @return Timestamp of the nearest timer event, in microseconds. The timebase is the same as for the values returned by esp_timer_get_time().