Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context_threadsafe_background.h68 volatile bool alarm_pending; member
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_threadsafe_background.c190 self->alarm_pending = false; in alarm_handler()
271 … if (self->alarm_pending && absolute_time_diff_us(self->last_set_alarm_time, next_time) > 0) break; in process_under_lock()
275 self->alarm_pending = true; in process_under_lock()
278 self->alarm_pending = false; in process_under_lock()