Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai_edma.h332 status_t SAI_TransferGetSendCountEDMA(I2S_Type *base, sai_edma_handle_t *handle, size_t *count);
Dfsl_sai_edma.c960 status_t SAI_TransferGetSendCountEDMA(I2S_Type *base, sai_edma_handle_t *handle, size_t *count) in SAI_TransferGetSendCountEDMA() function
/hal_nxp-3.6.0/mcux/mcux-sdk/components/audio/
Dfsl_adapter_sai.c782SAI_TransferGetSendCountEDMA(s_i2sBases[audioHandle->instance], &audioHandle->xferDmaHandle, count… in HAL_AudioTransferGetSendCount()