Home
last modified time | relevance | path

Searched refs:alarm_pool_core_num (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/
Dstdio_usb.c190 if (get_core_num() != alarm_pool_core_num(alarm_pool_get_default())) { in stdio_usb_init()
251 if (get_core_num() != alarm_pool_core_num(alarm_pool_get_default())) { in stdio_usb_deinit()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_threadsafe_background.c209 if (self->core.core_num != alarm_pool_core_num(self->alarm_pool)) { in async_context_threadsafe_background_init()
216 assert(self->core.core_num == alarm_pool_core_num(self->alarm_pool)); in async_context_threadsafe_background_init()
/hal_rpi_pico-latest/src/common/pico_time/include/pico/
Dtime.h469 uint alarm_pool_core_num(alarm_pool_t *pool);
/hal_rpi_pico-latest/src/common/pico_time/
Dtime.c380 uint alarm_pool_core_num(alarm_pool_t *pool) { in alarm_pool_core_num() function