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.
工具/软件:TI-RTOS
大家好,我想学习如何使用 TI-RTOS 来实现 CC1310;所以 Semaphore_Params_init semaphore_construct... 他们的工作原理,,,任何手册或其它文档?
Semaphore_Params_init (¶msunion.sp); paramsunion.sp.mode = Semaphore_Mode_binary; Semaphore_construct(&pObj->state.semSync、0、¶msunion.se); Clock_Params_init (¶msunion.cp); paramsunion.cp.arg =(UARg) pObj; Clock_construct(&pObj->state.clkInactive,(Clock_Functr)clkInactivityFxn,0,¶msunion.cp);