xTest1Parameters variable
Syntax
static const TaskParameters_t xTest1Parameters =
{
Test1Task,
"Test1Task",
TEST_STACK_SIZE_WORDS,
( void * ) TEST_TASK_1_PARAMETER,
tskIDLE_PRIORITY | portPRIVILEGE_BIT,
xTest1Stack,
{
{ 0x00, 0x00, 0x00 },
{ 0x00, 0x00, 0x00 },
{ 0x00, 0x00, 0x00 }
}
};