Home
last modified time | relevance | path

Searched refs:spi_transceive_dt (Results 1 – 25 of 84) sorted by relevance

1234

/Zephyr-latest/tests/drivers/spi/spi_error_cases/src/
Dmain.c76 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/
Dadi_tmc_spi.c61 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/
Dieee802154_rf2xx_iface.c86 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/
Dspi_if.c46 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/
Dms5607_spi.c83 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/
Dspi.c133 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/
Dens160_spi.c51 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/
Dadt7310.c59 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/
Dbme680_spi.c55 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/
Dicm42605_spi.c73 result = spi_transceive_dt(bus, &tx, &rx); in inv_spi_read()
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388_spi.c46 ret = spi_transceive_dt(&bus->spi, &rxtx, &rxtx); in bmp388_reg_read_spi()
/Zephyr-latest/drivers/sensor/st/stmemsc/
Dstmemsc_spi.c39 return spi_transceive_dt(stmemsc, &tx, &rx); in stmemsc_spi_read()
/Zephyr-latest/drivers/sensor/tdk/icm42670/
Dicm42670_spi.c42 ret = spi_transceive_dt(&bus->spi, &tx, &rx); in icm42670_reg_read_spi()
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150_spi.c55 ret = spi_transceive_dt(&bus->spi, &tx, &rx); in bmm150_reg_read_spi()
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_spi.c55 ret = spi_transceive_dt(&bus->spi, &tx, &rx); in bme280_reg_read_spi()
/Zephyr-latest/drivers/sensor/st/iis2dh/
Diis2dh_spi.c51 if (spi_transceive_dt(&config->spi, &tx, &rx)) { in iis2dh_spi_read()
/Zephyr-latest/drivers/sensor/st/iis3dhhc/
Diis3dhhc_spi.c50 if (spi_transceive_dt(&config->spi, &tx, &rx)) { in iis3dhhc_spi_read()
/Zephyr-latest/drivers/sensor/st/i3g4250d/
Di3g4250d_spi.c48 ret = spi_transceive_dt(&config->spi, &tx, &rx); in i3g4250d_spi_read()
/Zephyr-latest/drivers/sensor/st/iis2mdc/
Diis2mdc_spi.c55 if (spi_transceive_dt(&cfg->spi, &tx, &rx)) { in iis2mdc_spi_read()
/Zephyr-latest/drivers/sensor/st/ism330dhcx/
Dism330dhcx_spi.c56 if (spi_transceive_dt(&cfg->spi, &tx, &rx)) { in ism330dhcx_spi_read()
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_spi.c63 return spi_transceive_dt(bus, &tx, &rx); in spi_read_register()
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270_spi.c50 ret = spi_transceive_dt(&bus->spi, &tx, &rx); in bmi270_reg_read_spi()
/Zephyr-latest/drivers/sensor/bosch/bmi323/
Dbmi323_spi.c39 ret = spi_transceive_dt(spi, &transmit_buffer_set, &receive_buffers_set); in bosch_bmi323_spi_read_words()
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372_spi.c48 return spi_transceive_dt(&config->spi, &tx, &rx); in adxl372_bus_access()
/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367_spi.c57 return spi_transceive_dt(&config->spi, &tx, &rx); in adxl367_bus_access()

1234