![]() |
PDK API Guide for AM64x
|
Basic SemaphoreP Parameters.
Structure that contains the parameters are passed into TaskP_create when creating a TaskP instance.
Data Fields | |
uint8_t * | name |
void * | pErrBlk |
int8_t | priority |
uint32_t | stacksize |
void * | arg0 |
void * | arg1 |
void * | stack |
uint8_t* TaskP_Params::name |
Name of the task instance.
void* TaskP_Params::pErrBlk |
Pointer to the error block for task Create
int8_t TaskP_Params::priority |
The priority of the task
uint32_t TaskP_Params::stacksize |
The stack size of the task
void* TaskP_Params::arg0 |
argument 0
void* TaskP_Params::arg1 |
argument 1
void* TaskP_Params::stack |
pointer to stack memory, if NULL OS will allocate internally