![]() |
ETHFW API Guide
|
Task configuration params.
Common task config params for Jacinto and Sitara
Data Fields | |
| const char * | name |
| int8_t | priority |
| void * | stack |
| uint32_t | stacksize |
| void * | arg0 |
| void * | userData |
| const char* EthFwOsal_TaskParams::name |
Name of the task instance
| int8_t EthFwOsal_TaskParams::priority |
The priority of the task
| void* EthFwOsal_TaskParams::stack |
pointer to stack memory, shall be non-null value
| uint32_t EthFwOsal_TaskParams::stacksize |
The stack size of the task
| void* EthFwOsal_TaskParams::arg0 |
argument 0
| void* EthFwOsal_TaskParams::userData |
[SafeRTOS, FreeRTOS only] Pointer to user-defined data