This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC26X2R1: 不理解代码中的意思

Part Number: LAUNCHXL-CC26X2R1
Other Parts Discussed in Thread: SYSBIOS

文件位置:sysbios\knl\task.c

int Task_postInit(Task_Object *tsk, Error_Block *eb)函数中

readyQ数据类型如下:

为什么要用数组的方式访问呢?