/Zephyr-latest/tests/drivers/spi/spi_error_cases/src/ |
D | main.c | 76 rv = spi_transceive_dt(&spim_invalid, tdata.stx_set, tdata.srx_set); in ZTEST() 93 rv = spi_transceive_dt(&spim_invalid, tdata.stx_set, tdata.srx_set); in ZTEST() 110 rv = spi_transceive_dt(&spim_invalid, tdata.stx_set, tdata.srx_set); in ZTEST() 126 rv = spi_transceive_dt(&spim_invalid, tdata.stx_set, tdata.srx_set); in ZTEST() 136 rv = spi_transceive_dt(&spim_invalid, tdata.stx_set, tdata.srx_set); in ZTEST() 146 rv = spi_transceive_dt(&spim_invalid, tdata.stx_set, tdata.srx_set); in ZTEST() 162 rv = spi_transceive_dt(&spim_invalid, tdata.stx_set, tdata.srx_set); in ZTEST() 175 rv = spi_transceive_dt(&spim_invalid, tdata.stx_set, tdata.srx_set); in ZTEST()
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | adi_tmc_spi.c | 61 status = spi_transceive_dt(bus, &spi_buffer_array_tx, &spi_buffer_array_rx); in tmc_spi_read_register() 70 status = spi_transceive_dt(bus, &spi_buffer_array_tx, &spi_buffer_array_rx); in tmc_spi_read_register() 109 status = spi_transceive_dt(bus, &spi_buffer_array_tx, &spi_buffer_array_rx); in tmc_spi_write_register()
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_rf2xx_iface.c | 86 if (spi_transceive_dt(&conf->spi, &tx, &rx) != 0) { in rf2xx_iface_reg_read() 129 if (spi_transceive_dt(&conf->spi, &tx, &rx) != 0) { in rf2xx_iface_reg_write() 192 if (spi_transceive_dt(&conf->spi, &tx, &rx) != 0) { in rf2xx_iface_frame_read() 243 if (spi_transceive_dt(&conf->spi, &tx, &rx) != 0) { in rf2xx_iface_frame_write() 289 if (spi_transceive_dt(&conf->spi, &tx, &rx) != 0) { in rf2xx_iface_sram_read()
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | spi_if.c | 46 err = spi_transceive_dt(&spi_spec, &tx, NULL); in spim_xfer_tx() 82 return spi_transceive_dt(&spi_spec, &tx, &rx); in spim_xfer_rx() 108 err = spi_transceive_dt(&spi_spec, &tx, &rx); in spim_read_reg() 127 err = spi_transceive_dt(&spi_spec, &tx, NULL); in spim_write_reg() 222 err = spi_transceive_dt(&spi_spec, &tx, NULL); in spim_cmd_sleep_rpu()
|
/Zephyr-latest/drivers/sensor/meas/ms5607/ |
D | ms5607_spi.c | 83 err = spi_transceive_dt(&config->bus_cfg.spi, &tx_buf_set, &rx_buf_set); in ms5607_spi_read_prom() 131 err = spi_transceive_dt(&config->bus_cfg.spi, &tx_buf_set, &rx_buf_set); in ms5607_spi_read_adc()
|
/Zephyr-latest/tests/drivers/spi/spi_loopback/src/ |
D | spi.c | 133 ret = spi_transceive_dt(spec, &tx, &rx); in spi_complete_multiple() 190 ret = spi_transceive_dt(spec, &tx, &rx); in spi_complete_loop() 245 ret = spi_transceive_dt(spec, &tx, &rx); in spi_null_tx_buf() 294 ret = spi_transceive_dt(spec, &tx, &rx); in spi_rx_half_start() 352 ret = spi_transceive_dt(spec, &tx, &rx); in spi_rx_half_end() 423 ret = spi_transceive_dt(spec, &tx, &rx); in spi_rx_every_4() 494 ret = spi_transceive_dt(spec, &tx, &rx); in spi_rx_bigger_than_tx() 556 ret = spi_transceive_dt(spec, &tx, &rx); in spi_complete_large_transfers()
|
/Zephyr-latest/drivers/sensor/ens160/ |
D | ens160_spi.c | 51 return spi_transceive_dt(&config->spi, &tx, &rx); in ens160_read_reg_spi() 86 return spi_transceive_dt(&config->spi, &tx, &rx); in ens160_read_data_spi()
|
/Zephyr-latest/drivers/sensor/adi/adt7310/ |
D | adt7310.c | 59 ret = spi_transceive_dt(&cfg->bus, &tx, &rx); in adt7310_temp_reg_read() 83 return spi_transceive_dt(&cfg->bus, &tx, &rx); in adt7310_temp_reg_write() 96 ret = spi_transceive_dt(&cfg->bus, &tx, &rx); in adt7310_reg_read() 115 return spi_transceive_dt(&cfg->bus, &tx, &rx); in adt7310_reg_write()
|
/Zephyr-latest/drivers/sensor/bosch/bme680/ |
D | bme680_spi.c | 55 err = spi_transceive_dt(&config->bus.spi, &tx, &rx); in bme680_set_mem_page() 136 err = spi_transceive_dt(&config->bus.spi, &tx, &rx); in bme680_reg_read_spi()
|
/Zephyr-latest/drivers/sensor/tdk/icm42605/ |
D | icm42605_spi.c | 73 result = spi_transceive_dt(bus, &tx, &rx); in inv_spi_read()
|
/Zephyr-latest/drivers/sensor/bosch/bmp388/ |
D | bmp388_spi.c | 46 ret = spi_transceive_dt(&bus->spi, &rxtx, &rxtx); in bmp388_reg_read_spi()
|
/Zephyr-latest/drivers/sensor/st/stmemsc/ |
D | stmemsc_spi.c | 39 return spi_transceive_dt(stmemsc, &tx, &rx); in stmemsc_spi_read()
|
/Zephyr-latest/drivers/sensor/tdk/icm42670/ |
D | icm42670_spi.c | 42 ret = spi_transceive_dt(&bus->spi, &tx, &rx); in icm42670_reg_read_spi()
|
/Zephyr-latest/drivers/sensor/bosch/bmm150/ |
D | bmm150_spi.c | 55 ret = spi_transceive_dt(&bus->spi, &tx, &rx); in bmm150_reg_read_spi()
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | bme280_spi.c | 55 ret = spi_transceive_dt(&bus->spi, &tx, &rx); in bme280_reg_read_spi()
|
/Zephyr-latest/drivers/sensor/st/iis2dh/ |
D | iis2dh_spi.c | 51 if (spi_transceive_dt(&config->spi, &tx, &rx)) { in iis2dh_spi_read()
|
/Zephyr-latest/drivers/sensor/st/iis3dhhc/ |
D | iis3dhhc_spi.c | 50 if (spi_transceive_dt(&config->spi, &tx, &rx)) { in iis3dhhc_spi_read()
|
/Zephyr-latest/drivers/sensor/st/i3g4250d/ |
D | i3g4250d_spi.c | 48 ret = spi_transceive_dt(&config->spi, &tx, &rx); in i3g4250d_spi_read()
|
/Zephyr-latest/drivers/sensor/st/iis2mdc/ |
D | iis2mdc_spi.c | 55 if (spi_transceive_dt(&cfg->spi, &tx, &rx)) { in iis2mdc_spi_read()
|
/Zephyr-latest/drivers/sensor/st/ism330dhcx/ |
D | ism330dhcx_spi.c | 56 if (spi_transceive_dt(&cfg->spi, &tx, &rx)) { in ism330dhcx_spi_read()
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688_spi.c | 63 return spi_transceive_dt(bus, &tx, &rx); in spi_read_register()
|
/Zephyr-latest/drivers/sensor/bosch/bmi270/ |
D | bmi270_spi.c | 50 ret = spi_transceive_dt(&bus->spi, &tx, &rx); in bmi270_reg_read_spi()
|
/Zephyr-latest/drivers/sensor/bosch/bmi323/ |
D | bmi323_spi.c | 39 ret = spi_transceive_dt(spi, &transmit_buffer_set, &receive_buffers_set); in bosch_bmi323_spi_read_words()
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | adxl372_spi.c | 48 return spi_transceive_dt(&config->spi, &tx, &rx); in adxl372_bus_access()
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | adxl367_spi.c | 57 return spi_transceive_dt(&config->spi, &tx, &rx); in adxl367_bus_access()
|