Home
last modified time | relevance | path

Searched defs:tx_buf (Results 1 – 25 of 133) sorted by relevance

123456

/Zephyr-Core-3.6.0/drivers/sensor/bme680/
Dbme680_spi.c36 struct spi_buf tx_buf = { in bme680_set_mem_page() local
85 const struct spi_buf tx_buf = { in bme680_reg_write_spi() local
110 const struct spi_buf tx_buf = { in bme680_reg_read_spi() local
/Zephyr-Core-3.6.0/drivers/ieee802154/
Dieee802154_rf2xx_iface.c63 const struct spi_buf tx_buf = { in rf2xx_iface_reg_read() local
106 const struct spi_buf tx_buf[2] = { in rf2xx_iface_reg_write() local
175 const struct spi_buf tx_buf = { in rf2xx_iface_frame_read() local
216 const struct spi_buf tx_buf[3] = { in rf2xx_iface_frame_write() local
260 const struct spi_buf tx_buf[2] = { in rf2xx_iface_sram_read() local
/Zephyr-Core-3.6.0/samples/drivers/spi_bitbang/src/
Dmain.c35 struct spi_buf tx_buf = { .buf = buff, .len = len }; in test_basic_write_9bit_words() local
65 struct spi_buf tx_buf[2] = { in test_9bit_loopback_partial() local
102 struct spi_buf tx_buf[1] = { in test_8bit_xfer() local
/Zephyr-Core-3.6.0/drivers/sensor/bmp388/
Dbmp388_spi.c29 const struct spi_buf tx_buf = { in bmp388_reg_read_spi() local
69 const struct spi_buf tx_buf = { in bmp388_reg_write_spi() local
/Zephyr-Core-3.6.0/drivers/sensor/bmm150/
Dbmm150_spi.c29 const struct spi_buf tx_buf = { in bmm150_reg_read_spi() local
69 const struct spi_buf tx_buf = { in bmm150_reg_write_spi() local
/Zephyr-Core-3.6.0/drivers/sensor/bme280/
Dbme280_spi.c29 const struct spi_buf tx_buf = { in bme280_reg_read_spi() local
69 const struct spi_buf tx_buf = { in bme280_reg_write_spi() local
/Zephyr-Core-3.6.0/drivers/sensor/sht3xd/
Dsht3xd.c57 uint8_t tx_buf[2]; in sht3xd_write_command() local
66 uint8_t tx_buf[5]; in sht3xd_write_reg() local
101 uint8_t tx_buf[2]; in sht3xd_sample_fetch() local
/Zephyr-Core-3.6.0/drivers/sensor/iis2mdc/
Diis2mdc_spi.c28 const struct spi_buf tx_buf = { in iis2mdc_spi_read() local
67 const struct spi_buf tx_buf[2] = { in iis2mdc_spi_write() local
/Zephyr-Core-3.6.0/drivers/sensor/ism330dhcx/
Dism330dhcx_spi.c28 const struct spi_buf tx_buf = { in ism330dhcx_spi_read() local
68 const struct spi_buf tx_buf[2] = { in ism330dhcx_spi_write() local
/Zephyr-Core-3.6.0/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_simulator.c34 struct ec_host_cmd_tx_buf *tx_buf) in ec_host_cmd_sim_init()
60 struct ec_host_cmd_tx_buf **tx_buf) in ec_host_cmd_backend_sim_install_send_cb()
/Zephyr-Core-3.6.0/drivers/sensor/iis3dhhc/
Diis3dhhc_spi.c27 const struct spi_buf tx_buf = { in iis3dhhc_spi_read() local
61 const struct spi_buf tx_buf[2] = { in iis3dhhc_spi_write() local
/Zephyr-Core-3.6.0/drivers/sensor/bmi270/
Dbmi270_spi.c28 const struct spi_buf tx_buf = { in bmi270_reg_read_spi() local
65 const struct spi_buf tx_buf[2] = { in bmi270_reg_write_spi() local
/Zephyr-Core-3.6.0/drivers/sensor/iis2dh/
Diis2dh_spi.c28 const struct spi_buf tx_buf = { in iis2dh_spi_read() local
62 const struct spi_buf tx_buf[2] = { in iis2dh_spi_write() local
/Zephyr-Core-3.6.0/tests/drivers/uart/uart_async_api/src/
Dtest_uart_async.c146 static void tdata_check_recv_buffers(const uint8_t *tx_buf, uint32_t sent_bytes) in tdata_check_recv_buffers()
174 static const uint8_t tx_buf[] = "0123456789"; in ZTEST_USER() local
232 static const uint8_t tx_buf[] = "test"; in ZTEST_USER() local
361 uint8_t tx_buf[10]; in ZTEST_USER() local
434 uint8_t tx_buf[4]; in ZTEST_USER() local
530 uint8_t tx_buf[100]; in ZTEST_USER() local
615 uint8_t tx_buf[100]; in ZTEST_USER() local
685 uint8_t tx_buf[100]; in ZTEST_USER() local
/Zephyr-Core-3.6.0/drivers/sensor/stmemsc/
Dstmemsc_spi.c26 const struct spi_buf tx_buf = { .buf = buffer_tx, .len = 2, }; in stmemsc_spi_read() local
54 const struct spi_buf tx_buf[2] = { in stmemsc_spi_write() local
/Zephyr-Core-3.6.0/drivers/sensor/i3g4250d/
Di3g4250d_spi.c25 const struct spi_buf tx_buf = { in i3g4250d_spi_read() local
62 const struct spi_buf tx_buf[2] = { in i3g4250d_spi_write() local
/Zephyr-Core-3.6.0/drivers/ethernet/
Deth_enc28j60.c35 const struct spi_buf tx_buf = { in eth_enc28j60_soft_reset() local
51 const struct spi_buf tx_buf = { in eth_enc28j60_set_bank() local
87 const struct spi_buf tx_buf = { in eth_enc28j60_write_reg() local
107 const struct spi_buf tx_buf = { in eth_enc28j60_read_reg() local
147 const struct spi_buf tx_buf = { in eth_enc28j60_set_eth_reg() local
169 const struct spi_buf tx_buf = { in eth_enc28j60_clear_eth_reg() local
190 struct spi_buf tx_buf[2] = { in eth_enc28j60_write_mem() local
233 const struct spi_buf tx_buf = { in eth_enc28j60_read_mem() local
Deth_enc424j600.c31 const struct spi_buf tx_buf = { in enc424j600_write_sbc() local
48 const struct spi_buf tx_buf = { in enc424j600_write_sfru() local
70 const struct spi_buf tx_buf = { in enc424j600_read_sfru() local
103 const struct spi_buf tx_buf = { in enc424j600_modify_sfru() local
164 const struct spi_buf tx_buf[2] = { in enc424j600_write_mem() local
190 const struct spi_buf tx_buf = { in enc424j600_read_mem() local
/Zephyr-Core-3.6.0/drivers/gpio/
Dgpio_mcp23sxx.c39 const struct spi_buf tx_buf = { in mcp23sxx_read_port_regs() local
84 const struct spi_buf tx_buf[1] = { in mcp23sxx_write_port_regs() local
/Zephyr-Core-3.6.0/drivers/flash/
Dspi_flash_at45.c114 const struct spi_buf tx_buf[] = { in check_jedec_id() local
161 const struct spi_buf tx_buf[] = { in read_status_register() local
208 const struct spi_buf tx_buf[] = { in configure_page_size() local
260 const struct spi_buf tx_buf[] = { in spi_flash_at45_read() local
303 const struct spi_buf tx_buf[] = { in perform_write() local
380 const struct spi_buf tx_buf[] = { in perform_chip_erase() local
417 const struct spi_buf tx_buf[] = { in perform_erase_op() local
535 const struct spi_buf tx_buf[] = { in power_down_op() local
/Zephyr-Core-3.6.0/drivers/sensor/adt7310/
Dadt7310.c54 const struct spi_buf tx_buf = { .buf = cmd_buf, .len = sizeof(cmd_buf) }; in adt7310_temp_reg_read() local
74 const struct spi_buf tx_buf = { .buf = cmd_buf, .len = sizeof(cmd_buf) }; in adt7310_temp_reg_write() local
90 const struct spi_buf tx_buf = { .buf = cmd_buf, .len = sizeof(cmd_buf) }; in adt7310_reg_read() local
110 const struct spi_buf tx_buf = { .buf = cmd_buf, .len = sizeof(cmd_buf) }; in adt7310_reg_write() local
/Zephyr-Core-3.6.0/drivers/sensor/lsm6dsl/
Dlsm6dsl_spi.c28 const struct spi_buf tx_buf = { in lsm6dsl_raw_read() local
68 const struct spi_buf tx_buf[2] = { in lsm6dsl_raw_write() local
/Zephyr-Core-3.6.0/drivers/sensor/ina23x/
Dina23x_common.c43 uint8_t tx_buf[3]; in ina23x_reg_write() local
/Zephyr-Core-3.6.0/samples/drivers/uart/echo_bot/src/
Dmain.c75 char tx_buf[MSG_SIZE]; in main() local
/Zephyr-Core-3.6.0/drivers/sensor/icm42605/
Dicm42605_spi.c48 const struct spi_buf tx_buf = { in inv_spi_read() local

123456