Searched refs:spi_gd32_transceive_impl (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/spi/ |
D | spi_gd32.c | 354 static int spi_gd32_transceive_impl(const struct device *dev, in spi_gd32_transceive_impl() function 437 return spi_gd32_transceive_impl(dev, config, tx_bufs, rx_bufs, NULL, NULL); in spi_gd32_transceive() 448 return spi_gd32_transceive_impl(dev, config, tx_bufs, rx_bufs, cb, userdata); in spi_gd32_transceive_async()
|