Searched refs:SAI_RxEDMACallback (Results 1 – 1 of 1) sorted by relevance
72 static void SAI_RxEDMACallback(edma_handle_t *handle, void *userData, bool done, uint32_t tcds);133 static void SAI_RxEDMACallback(edma_handle_t *handle, void *userData, bool done, uint32_t tcds) in SAI_RxEDMACallback() function252 EDMA_SetCallback(rxDmaHandle, SAI_RxEDMACallback, &s_edmaPrivateHandle[instance][1]); in SAI_TransferRxCreateHandleEDMA()