Searched refs:async_context_freertos_init (Results 1 – 3 of 3) sorted by relevance
89 bool async_context_freertos_init(async_context_freertos_t *self, async_context_freertos_config_t *c…122 return async_context_freertos_init(self, &config); in async_context_freertos_init_with_defaults()
36 if (async_context_freertos_init(&cyw43_async_context_freertos, &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() function