Searched refs:spi_dma_handle (Results 1 – 2 of 2) sorted by relevance
| /bsp/nxp/mcx/mcxn/Libraries/drivers/ |
| A D | drv_spi.c | 51 lpspi_master_edma_handle_t spi_dma_handle; member 182 LPSPI_MasterTransferEDMA(spi->LPSPIx, &spi->spi_dma_handle, &transfer); in spixfer() 192 LPSPI_MasterTransferEDMA(spi->LPSPIx, &spi->spi_dma_handle, &transfer); in spixfer() 238 …LPSPI_MasterTransferCreateHandleEDMA(lpc_obj[i].LPSPIx, &lpc_obj[i].spi_dma_handle, LPSPI_MasterUs… in rt_hw_spi_init()
|
| /bsp/nxp/lpc/lpc55sxx/Libraries/drivers/ |
| A D | drv_spi.c | 41 spi_dma_handle_t spi_dma_handle; member 215 SPI_MasterTransferDMA(spi->SPIx, &spi->spi_dma_handle, &transfer); in spixfer() 225 SPI_MasterTransferDMA(spi->SPIx, &spi->spi_dma_handle, &transfer); in spixfer() 266 …SPI_MasterTransferCreateHandleDMA(lpc_obj[i].SPIx, &lpc_obj[i].spi_dma_handle, SPI_MasterUserCallb… in rt_hw_spi_init()
|
Completed in 10 milliseconds