Does DSP/BIOS support the similar function as Windows of WaitForSingleObject(event, timeoutvalue)?
The WaitForSingleObject(event, timeoutvalue) is a Windows call that waits either for event to occur or timeoutvalue to happen (see this reference). In this sense it is similar to the DSP/BIOS API SEM_pend(SEM_Obj, timeout). Please note that WaitForSingleObject(event,timeout value) APIs are not supported anymore. We recommend using Chip Support Library (CSL) for your application. You can get the CSL from this link. It is also available with CCS.