你好,
请问在3200 FreeRTOS系统上,osi_SyncObjWait 这个接口中的timeout如何设置?
我设置了100/1000等几个值都不会返回,一直处于阻塞状态
Viki Shi:
OSI的使用请查看SDK中的osi.c文件
OsiReturnVal_e osi_SyncObjWait(OsiSyncObj_t* pSyncObj , OsiTime_t Timeout);
/*!\briefThis function clears a sync object
\param pSyncObj – pointer to the sync object control block
\return upon successful clearing the function should return 0Otherwise, a negative value indicating the error code shall be returned\note\warning
*/