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.

新手求助

Other Parts Discussed in Thread: CC2650, SYSBIOS

使用CC2650自制的板子开发

example中使用了很多例如

Task_construct(&txTask, txTaskFunction, &txTaskParams, NULL);

RF_open(&rfObject, &RF_prop, (RF_RadioSetup*)&RF_cmdPropRadioDivSetup, &rfParams);的函数,

想知道这些函数的说明是在什么文档中可以查到,或者在哪里能查到这些函数的具体用法?