你好,我想请教一个问题,就是我用6474 SRIO,每次发送完一个4Kbyte包后,我需要SRIO响应一个中断。而不是像例程这样: /* Wait for the completion of transfer */
response.index = lsu_no;
response.data = 1;
do {
CSL_srioGetHwStatus (hSrio, CSL_SRIO_QUERY_LSU_BSY_STAT, &response);
}while(response.data == 1);
请我最好引那个中断出来?



