FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TaskParameters_t Struct Reference

Data Fields

TaskFunction_t pvTaskCode
 
const char *const pcName
 
configSTACK_DEPTH_TYPE usStackDepth
 
void * pvParameters
 
UBaseType_t uxPriority
 
StackType_tpuxStackBuffer
 
MemoryRegion_t xRegions [portNUM_CONFIGURABLE_REGIONS]
 

Field Documentation

const char* const TaskParameters_t::pcName
StackType_t* TaskParameters_t::puxStackBuffer
void* TaskParameters_t::pvParameters
TaskFunction_t TaskParameters_t::pvTaskCode
configSTACK_DEPTH_TYPE TaskParameters_t::usStackDepth
UBaseType_t TaskParameters_t::uxPriority
MemoryRegion_t TaskParameters_t::xRegions[portNUM_CONFIGURABLE_REGIONS]