FreeRTOS port on GAP8/RISC-V
|
Data Fields | |
TaskFunction_t | pvTaskCode |
const char *const | pcName |
configSTACK_DEPTH_TYPE | usStackDepth |
void * | pvParameters |
UBaseType_t | uxPriority |
StackType_t * | puxStackBuffer |
MemoryRegion_t | xRegions [portNUM_CONFIGURABLE_REGIONS] |
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] |