Home
last modified time | relevance | path

Searched refs:SAI_TransferGetSendCountDMA (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/sai/
Dfsl_sai_dma.h147 status_t SAI_TransferGetSendCountDMA(I2S_Type *base, sai_dma_handle_t *handle, size_t *count);
Dfsl_sai_dma.c494 status_t SAI_TransferGetSendCountDMA(I2S_Type *base, sai_dma_handle_t *handle, size_t *count) in SAI_TransferGetSendCountDMA() function
/hal_nxp-latest/mcux/mcux-sdk/components/audio/
Dfsl_adapter_sai.c786SAI_TransferGetSendCountDMA(s_i2sBases[audioHandle->instance], &audioHandle->xferDmaHandle, count)… in HAL_AudioTransferGetSendCount()