TI中文支持网
TI专业的中文技术问题搜集分享网站

Qmss_queueDivert () 函数???

        /* Here the packets are diverted to the destination queue.
         * Can also configure flow to transfer packets to destination queue.
         * */

        Qmss_queueDivert (txQueHnd, rxQueHnd, Qmss_Location_TAIL);

注释说将packets发送到指定队列,除了利用Qmss_queueDivert ( )函数,还可以配置flow来实现,想知道在什么地方去配置这个flow?

例程是cppiExampleProject工程!!!

Thomas Yang1:

可以参考 Navigator user guide的如下章节,有例子的

6.2.2 PKTDMA InitializationIn this example, two PKTDMA channels (for both TX and RX) are configured with one RX flow perchannel. The following code shows the necessary initialization.

赞(0)
未经允许不得转载:TI中文支持网 » Qmss_queueDivert () 函数???
分享到: 更多 (0)