Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexcomm/i2s/
Dfsl_i2s_dma.c70 static status_t I2S_StartTransferDMA(I2S_Type *base, i2s_dma_handle_t *handle);
256 status = I2S_StartTransferDMA(base, handle); in I2S_TxTransferSendDMA()
368 status = I2S_StartTransferDMA(base, handle); in I2S_RxTransferReceiveDMA()
637 static status_t I2S_StartTransferDMA(I2S_Type *base, i2s_dma_handle_t *handle) in I2S_StartTransferDMA() function