Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_lwip/
Dlwip_freertos.c51 async_context_execute_sync(context, clear_lwip_context, NULL); in lwip_freertos_deinit()
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_driver.c111 async_context_execute_sync(context, cyw43_irq_init, NULL); in cyw43_driver_init()
121 async_context_execute_sync(context, cyw43_irq_deinit, NULL); in cyw43_driver_deinit()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h255 static inline uint32_t async_context_execute_sync(async_context_t *context, uint32_t (*func)(void *… in async_context_execute_sync() function
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_freertos.c149 async_context_execute_sync(self_base, end_task_func, self_base); in async_context_freertos_deinit()