Searched refs:HalSpiSend (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/platform/spi/ |
H A D | spi_bes.c | 215 #ifdef HalSpiSend 216 #undef HalSpiSend 218 static int32_t HalSpiSend(const struct SpiDevice *spiDevice, const uint8_t *data, uint16_t size, ui… in HalSpiSend() function 807 ret = HalSpiSend(spiDevice, msg->wbuf, msg->len, TIMEOUT);
|
H A D | spi_wm.c | 82 static int32_t HalSpiSend(struct SpiDevice *spiDevice, const uint8_t *data, uint16_t size, uint32_t… in HalSpiSend() function 483 HalSpiSend(spiDevice, msg->wbuf, msg->len, TIMEOUT); in SpiDevTransfer()
|
H A D | spi_stm32f4xx.c | 226 static int32_t HalSpiSend(const SpiDevice *spiDevice, const uint8_t *data, uint16_t size) in HalSpiSend() function 718 HalSpiSend(spiDevice, msg->wbuf + 1, msg->len - 1);
|