Searched refs:async_context_freertos_t (Results 1 – 3 of 3) sorted by relevance
42 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 …]
36 typedef struct async_context_freertos async_context_freertos_t; typedef89 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()
26 static async_context_freertos_t cyw43_async_context_freertos;