Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h161 uint32_t (*execute_sync)(async_context_t *context, uint32_t (*func)(void *param), void *param); member
256 return context->type->execute_sync(context, func, param); in async_context_execute_sync()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_poll.c63 .execute_sync = async_context_poll_execute_sync,
Dasync_context_freertos.c285 .execute_sync = async_context_freertos_execute_sync,
Dasync_context_threadsafe_background.c358 .execute_sync = async_context_threadsafe_background_execute_sync,