Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does DSP/BIOS support the similar function as Windows of WaitForSingleObject(event, timeoutvalue)?

0
Posted

Does DSP/BIOS support the similar function as Windows of WaitForSingleObject(event, timeoutvalue)?

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123