/Zephyr-Core-3.5.0/samples/subsys/task_wdt/boards/ |
D | mr_canhubk3.overlay | 9 * the SPI driver being used to communicate with the device, cannot transceive
|
/Zephyr-Core-3.5.0/drivers/spi/ |
D | spi_test.c | 44 .transceive = vnd_spi_transceive,
|
D | spi_ifx_cat1.c | 234 static int transceive(const struct device *dev, const struct spi_config *spi_cfg, in transceive() function 267 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in ifx_cat1_spi_transceive_sync() 276 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, true, cb, userdata); in ifx_cat1_spi_transceive_async() 290 .transceive = ifx_cat1_spi_transceive_sync,
|
D | spi_rv32m1_lpspi.c | 209 static int transceive(const struct device *dev, in transceive() function 245 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in spi_mcux_transceive() 256 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, true, cb, userdata); in spi_mcux_transceive_async() 298 .transceive = spi_mcux_transceive,
|
D | spi_nrfx_spis.c | 163 static int transceive(const struct device *dev, in transceive() function 237 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in spi_nrfx_transceive() 248 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, true, cb, userdata); in spi_nrfx_transceive_async() 267 .transceive = spi_nrfx_transceive,
|
D | spi_nrfx_spi.c | 221 static int transceive(const struct device *dev, in transceive() function 290 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in spi_nrfx_transceive() 301 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, true, cb, userdata); in spi_nrfx_transceive_async() 324 .transceive = spi_nrfx_transceive,
|
D | spi_andes_atcspi200.c | 190 static int transceive(const struct device *dev, in transceive() function 227 return transceive(dev, config, tx_bufs, rx_bufs, false, NULL, NULL); in spi_atcspi200_transceive() 238 return transceive(dev, config, tx_bufs, rx_bufs, true, cb, userdata); in spi_atcspi200_transceive_async() 287 .transceive = spi_atcspi200_transceive,
|
D | spi_esp32_spim.c | 386 static int transceive(const struct device *dev, in transceive() function 444 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in spi_esp32_transceive() 455 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, true, cb, userdata); in spi_esp32_transceive_async() 470 .transceive = spi_esp32_transceive,
|
D | spi_emul.c | 113 .transceive = spi_emul_io,
|
D | spi_nrfx_spim.c | 383 static int transceive(const struct device *dev, in transceive() function 455 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in spi_nrfx_transceive() 466 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, true, cb, userdata); in spi_nrfx_transceive_async() 489 .transceive = spi_nrfx_transceive,
|
D | spi_handlers.c | 80 Z_OOPS(Z_SYSCALL_DRIVER_SPI(dev, transceive)); in z_vrfy_spi_transceive()
|
D | spi_nxp_s32.c | 391 static int transceive(const struct device *dev, in transceive() function 468 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in spi_nxp_s32_transceive() 478 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, true, callback, userdata); in spi_nxp_s32_transceive_async() 597 .transceive = spi_nxp_s32_transceive,
|
D | spi_mcux_lpspi.c | 534 static int transceive(const struct device *dev, in transceive() function 579 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in spi_mcux_transceive() 599 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, true, cb, userdata); in spi_mcux_transceive_async() 656 .transceive = spi_mcux_transceive,
|
D | spi_dw.c | 343 static int transceive(const struct device *dev, in transceive() function 463 return transceive(dev, config, tx_bufs, rx_bufs, false, NULL, NULL); in spi_dw_transceive() 476 return transceive(dev, config, tx_bufs, rx_bufs, true, cb, userdata); in spi_dw_transceive_async() 526 .transceive = spi_dw_transceive,
|
D | spi_litespi.c | 164 .transceive = spi_litespi_transceive,
|
D | spi_pw.c | 610 static int transceive(const struct device *dev, in transceive() function 691 return transceive(dev, config, tx_bufs, rx_bufs, in spi_pw_transceive() 706 return transceive(dev, config, tx_bufs, rx_bufs, true, in spi_pw_transceive_async() 737 .transceive = spi_pw_transceive,
|
D | spi_oc_simple.c | 183 .transceive = spi_oc_simple_transceive,
|
D | spi_mcux_flexcomm.c | 697 static int transceive(const struct device *dev, in transceive() function 736 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in spi_mcux_transceive() 751 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, true, cb, userdata); in spi_mcux_transceive_async() 804 .transceive = spi_mcux_transceive,
|
D | spi_mcux_dspi.c | 674 static int transceive(const struct device *dev, in transceive() function 736 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in spi_mcux_transceive() 747 return transceive(dev, spi_cfg, tx_bufs, rx_bufs, true, cb, userdata); in spi_mcux_transceive_async() 798 .transceive = spi_mcux_transceive,
|
D | mspi_ambiq.c | 201 .transceive = mspi_ambiq_transceive,
|
D | spi_ll_stm32.c | 648 static int transceive(const struct device *dev, in transceive() function 960 return transceive(dev, config, tx_bufs, rx_bufs, false, NULL, NULL); in spi_stm32_transceive() 971 return transceive(dev, config, tx_bufs, rx_bufs, true, cb, userdata); in spi_stm32_transceive_async() 976 .transceive = spi_stm32_transceive,
|
D | spi_sifive.c | 276 .transceive = spi_sifive_transceive,
|
/Zephyr-Core-3.5.0/drivers/sensor/bmi08x/ |
D | bmi08x_gyro.c | 48 .transceive = bmi08x_gyro_transceive_i2c, 81 .transceive = bmi08x_gyro_transceive_spi, 98 return cfg->api->transceive(dev, reg, write, data, length); in bmi08x_gyro_transceive()
|
D | bmi08x.h | 456 int (*transceive)(const struct device *dev, uint8_t reg, bool write, void *data, member 465 int (*transceive)(const struct device *dev, uint8_t reg, bool write, void *data, member
|
D | bmi08x_accel.c | 100 .transceive = bmi08x_accel_transceive_i2c, 179 .transceive = bmi08x_accel_transceive_spi, 211 return config->api->transceive(dev, reg, write, data, length); in bmi08x_accel_transceive()
|