Home | History | Annotate | Download | only in TWDriver

Lines Matching refs:hRxQueue

194     pTWD->hRxQueue = RxQueue_Create (hOs);
195 if (pTWD->hRxQueue == NULL)
328 if (pTWD->hRxQueue != NULL)
330 RxQueue_Destroy (pTWD->hRxQueue);
331 pTWD->hRxQueue = NULL;
449 rxXfer_Init (pTWD->hRxXfer, pTWD->hFwEvent, pTWD->hReport, pTWD->hTwIf, pTWD->hRxQueue);
451 RxQueue_Init (pTWD->hRxQueue, pTWD->hReport, pTWD->hTimer);
1012 RxQueue_Register_CB(pTWD->hRxQueue, uCallbackId, fCb, pData);