Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context_threadsafe_background.h53 alarm_pool_t *custom_alarm_pool; member
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_threadsafe_background.c31 .custom_alarm_pool = NULL, in async_context_threadsafe_background_default_config()
200 if (config->custom_alarm_pool) { in async_context_threadsafe_background_init()
201 self->alarm_pool = config->custom_alarm_pool; in async_context_threadsafe_background_init()