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.

C6678 semaphore 少CSL库函数



您好:

我在使用semaphore的csl库函数时,发现

CSL_IDEF_INLINE Uint32 CSL_semGetFlags(Uint8 masterId),和CSL_IDEF_INLINE void CSL_semClearFlags(Uint8 masterId, Uint32 semFlags)这两个函数都只实现清除低32位,但是没有清除高32位,因为C6678有Flag Clear Registers (SEMFLAGL_CLEARm, SEMFLAGH_CLEARm) 高和低两个寄存器,上述两函数定义只是使用了SEMFLAGL_CLEARm,请确认,我使用的csl库版本是MCSDK2.00.03.15.谢谢!