Searched refs:SpiDmaRecv (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/platform/spi/ |
H A D | spi_bes.h | 61 int (*SpiDmaRecv)(const void *cmd, void *data, uint32_t len, HAL_SPI_DMA_HANDLER_T handler); member
|
H A D | spi_bes.c | 55 .SpiDmaRecv = hal_spi_dma_recv, 78 .SpiDmaRecv = hal_spilcd_dma_recv, 313 ret = spiCtx[spiId].SpiDmaRecv(cmd, data, remainder, spiCtx[spiId].SpiDmaIrq); in HalSpiRecv() 361 ret = spiCtx[spiId].SpiDmaRecv(txData, rxData, rxSize, spiCtx[spiId].SpiDmaIrq); in HalSpiSendRecv()
|