ETHFW API Guide
EthFwOsal_TaskParams Struct Reference

Detailed Description

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
 

Field Documentation

◆ name

const char* EthFwOsal_TaskParams::name

Name of the task instance

◆ priority

int8_t EthFwOsal_TaskParams::priority

The priority of the task

◆ stack

void* EthFwOsal_TaskParams::stack

pointer to stack memory, shall be non-null value

◆ stacksize

uint32_t EthFwOsal_TaskParams::stacksize

The stack size of the task

◆ arg0

void* EthFwOsal_TaskParams::arg0

argument 0

◆ userData

void* EthFwOsal_TaskParams::userData

[SafeRTOS, FreeRTOS only] Pointer to user-defined data