Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/platform/spi/
H A Dspi_bes.c335 #ifdef HalSpiSendRecv
336 #undef HalSpiSendRecv
338 static int32_t HalSpiSendRecv(const struct SpiDevice *spiDevice, uint8_t *txData, uint16_t txSize, … in HalSpiSendRecv() function
813 ret = HalSpiSendRecv(spiDevice, msg->wbuf, msg->len, msg->rbuf, msg->len);
H A Dspi_wm.c175 static int32_t HalSpiSendRecv(struct SpiDevice *spiDevice, uint8_t *txData, uint16_t txSize, uint8_… in HalSpiSendRecv() function
489 HalSpiSendRecv(spiDevice, msg->wbuf, msg->len, msg->rbuf, msg->len); in SpiDevTransfer()
H A Dspi_stm32f4xx.c295 static int32_t HalSpiSendRecv(const SpiDevice *spiDevice, uint8_t *txData, in HalSpiSendRecv() function
731 HalSpiSendRecv(spiDevice, msg->wbuf, msg->len, msg->rbuf, msg->len);