SPRACY6 July 2021 DRA821U , DRA821U-Q1 , DRA829J , DRA829V , DRA829V-Q1 , TDA4VM , TDA4VM-Q1
The creation of this task is shown in Section 5.5.2.
static Sciserver_taskData *utdLow = NULL;
static volatile int lowIsrEnableVal = 0;
FUNC(void, CtApSciserverLow_CODE) CtApSciserverLow_Init(void)
{
utdLow = &gSciserverTaskList[SCISERVER_TASK_USER_LO];
/* Set the pending State first */
utdLow->state->state = SCISERVER_TASK_PENDING;
}