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.

BOOSTXL-CC3135: Function not found

Part Number: BOOSTXL-CC3135
Other Parts Discussed in Thread: CC3135, CC31XXEMUBOOST

Hi team,

My customer was requesting assistance:
I am going through the WiFi driver documentation and have come across a function that I cannot seem to find an actual function for. I can only find a declaration. The function in question is in SimpleLink CC31xx/CC32xx Host Driver: user.h Source File (ti.com) line #906: #define sl_SyncObjGetCount(pSyncObj,pValue) sem_getvalue(pSyncObj, pValue);
The sem_getvalue function I cannot find anywhere. I have looked in all of the semaphore….h files in the SDKs I have (SDK WiFi plugin 4.20.00.10, MSP432P4 SDK 3.40.01.02 and CC32XX SDK 7.10.00.13) and cannot find the function itself. Where can I find it so I know what is in the function? I am using no RTOS and am using a CC3135 Booster Pack, TM4C129EXL and CC31XXEMUBOOST for my project.

Thank you,
Drew