Home
last modified time | relevance | path

Searched refs:async_context_freertos_t (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_freertos.c42 static void process_under_lock(async_context_freertos_t *self) { in process_under_lock()
67 async_context_freertos_t *self = (async_context_freertos_t *)vself; in async_context_task()
80 async_context_freertos_t *self = (async_context_freertos_t *)self_base; in async_context_freertos_wake_up()
103 async_context_freertos_t *self = (async_context_freertos_t *)pvTimerGetTimerID(handle); in timer_handler()
107 bool async_context_freertos_init(async_context_freertos_t *self, async_context_freertos_config_t *c… in async_context_freertos_init()
140 async_context_freertos_t *self = (async_context_freertos_t *)param; in end_task_func()
147 async_context_freertos_t *self = (async_context_freertos_t *)self_base; in async_context_freertos_deinit()
164 async_context_freertos_t *self = (async_context_freertos_t *)self_base; in async_context_freertos_acquire_lock_blocking()
173 async_context_freertos_t *self = (async_context_freertos_t *)self_base; in async_context_freertos_lock_check()
194 async_context_freertos_t *self = (async_context_freertos_t*)self_base; in async_context_freertos_execute_sync()
[all …]
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context_freertos.h36 typedef struct async_context_freertos async_context_freertos_t; typedef
89 bool async_context_freertos_init(async_context_freertos_t *self, async_context_freertos_config_t *c…
120 static inline bool async_context_freertos_init_with_defaults(async_context_freertos_t *self) { in async_context_freertos_init_with_defaults()
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/
Dcyw43_arch_freertos.c26 static async_context_freertos_t cyw43_async_context_freertos;