async_context_freertos_config Struct Reference

Configuration object for async_context_freertos instances. More...

#include <async_context_freertos.h>

Data Fields

UBaseType_t task_priority
 
configSTACK_DEPTH_TYPE task_stack_size
 

Detailed Description

Configuration object for async_context_freertos instances.

Field Documentation

◆ task_priority

UBaseType_t async_context_freertos_config::task_priority

Task priority for the async_context task

◆ task_stack_size

configSTACK_DEPTH_TYPE async_context_freertos_config::task_stack_size

Stack size for the async_context task


The documentation for this struct was generated from the following file: