Home
last modified time | relevance | path

Searched refs:last_set_alarm_time (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context_threadsafe_background.h59 absolute_time_t last_set_alarm_time; member
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_threadsafe_background.c271 … if (self->alarm_pending && absolute_time_diff_us(self->last_set_alarm_time, next_time) > 0) break; in process_under_lock()
274 self->last_set_alarm_time = next_time; in process_under_lock()