|  | TIOVX User Guide
    | 
Parameters that can be set during target creation. More...
#include <tivx_target.h>
| Data Fields | |
| uint8_t * | task_stack_ptr | 
| Pointer to task stack, if NULL then task stack is allcoated by OS and not supplied by user. | |
| uint32_t | task_stack_size | 
| Task stack size, if 0, OS allocates stack with default size. | |
| uint32_t | task_core_affinity | 
| If task runs on a SMP CPU then this value tells the affinity of task to a given core, Valid values are 0 .. max cores in the SMP CPU. when TIVX_TASK_AFFINITY_ANY is used OS decides the task affinity. | |
| uint32_t | task_priority | 
| task priority for task associated with this target TIVX_TASK_PRI_HIGHEST is highest priority, TIVX_TASK_PRI_LOWEST is lowest priority | |
| char | task_name [TIVX_TARGET_MAX_TASK_NAME] | 
| Task name associated with this target. | |
Parameters that can be set during target creation.
Definition at line 228 of file tivx_target.h.