Definition: async_context_freertos.h:59
Configuration object for async_context_freertos instances.
Definition: async_context_freertos.h:41
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
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 configurationIf this method succeed...
Definition: async_context_freertos.c:107
Base structure type of all async_contexts. For details about its use, see pico_async_context.Individual async_context_types with additional state, should contain this structure at the start.
Definition: async_context.h:175
configSTACK_DEPTH_TYPE task_stack_size
Definition: async_context_freertos.h:49
static bool async_context_freertos_init_with_defaults(async_context_freertos_t *self)
Initialize an async_context_freertos instance with default valuesIf this method succeeds (returns tru...
Definition: async_context_freertos.h:111
UBaseType_t task_priority
Definition: async_context_freertos.h:45