Searched refs:HalSpiSendRecv (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/platform/spi/ |
H A D | spi_bes.c | 335 #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 D | spi_wm.c | 175 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 D | spi_stm32f4xx.c | 295 static int32_t HalSpiSendRecv(const SpiDevice *spiDevice, uint8_t *txData, in HalSpiSendRecv() function 731 HalSpiSendRecv(spiDevice, msg->wbuf, msg->len, msg->rbuf, msg->len);
|