Definition: async_context_freertos.h:59
static async_context_freertos_config_t async_context_freertos_default_config(void)
Return a copy of the default configuration object used by async_context_freertos_init_with_defaults()
Definition: async_context_freertos.h:89
Configuration object for async_context_freertos instances.
Definition: async_context_freertos.h:41
configSTACK_DEPTH_TYPE task_stack_size
Definition: async_context_freertos.h:49
UBaseType_t task_priority
Definition: async_context_freertos.h:45
static bool async_context_freertos_init_with_defaults(async_context_freertos_t *self)
Initialize an async_context_freertos instance with default values.
Definition: async_context_freertos.h:111
bool async_context_freertos_init(async_context_freertos_t *self, async_context_freertos_config_t *config)
Initialize an async_context_freertos instance using the specified configuration.
Definition: async_context_freertos.c:107
Base structure type of all async_contexts. For details about its use, see pico_async_context.
Definition: async_context.h:175