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.
库函数中有一些处理比如上图,"return (adc12->ULLMEM.INT_EVENT1.RIS & ~(eventMask));"中为何eventMask要进行取反操作呢?我总觉得这里写错了,而看下面的“adc12->ULLMEM.INT_EVENT1.ICLR |= (eventMask);”则是正确的写法;请问到底是写错了还是里面有什么特殊的逻辑处理?
你好,抱歉回复晚了。参考下工程师的回复:
I have already gave the feedback to software team, and they will look into the case when they are available. If confirmed, they will updates in the newer SDK version.
For currently use, I suggest use the customized code without driverlib for this specific usage.