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.

API函数库DSP/BIOS中QUE_new()与SYS/BIOS中的API的Queue()哪个等同呢



QUE_new()是

初始化指定的队列对象,使队列变空。
当使用变量说明方法静态创建队列时,初始化此队列。若队列原来为空,其元素不被处理,而是遗弃。

但是SYS/BIOS中的Queue没有对应的new API,对两者中的API进行了比较,可是没有在Queue中找到对应功能的函数,想请教在SYS/BIOS中哪个Queue API函数发挥这个QUE_new作用?