FreeRTOS Tetris
|
#include <task.h>
Data Fields | |
TaskFunction_t | pvTaskCode |
const char *const | pcName |
uint16_t | usStackDepth |
void * | pvParameters |
UBaseType_t | uxPriority |
StackType_t * | puxStackBuffer |
MemoryRegion_t | xRegions [portNUM_CONFIGURABLE_REGIONS] |
Parameters required to create an MPU protected task.