Searched refs:async_context_freertos_config_t (Results 1 – 3 of 3) sorted by relevance
66 } async_context_freertos_config_t; typedef89 bool async_context_freertos_init(async_context_freertos_t *self, async_context_freertos_config_t *c…98 static inline async_context_freertos_config_t async_context_freertos_default_config(void) { in async_context_freertos_default_config()99 async_context_freertos_config_t config = { in async_context_freertos_default_config()121 async_context_freertos_config_t config = async_context_freertos_default_config(); in async_context_freertos_init_with_defaults()
29 async_context_freertos_config_t config = async_context_freertos_default_config(); in cyw43_arch_init_default_async_context()
107 bool async_context_freertos_init(async_context_freertos_t *self, async_context_freertos_config_t *c… in async_context_freertos_init()