/Zephyr-Core-3.6.0/drivers/sensor/bme680/ |
D | bme680_spi.c | 36 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/ |
D | ieee802154_rf2xx_iface.c | 63 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/ |
D | main.c | 35 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/ |
D | bmp388_spi.c | 29 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/ |
D | bmm150_spi.c | 29 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/ |
D | bme280_spi.c | 29 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/ |
D | sht3xd.c | 57 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/ |
D | iis2mdc_spi.c | 28 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/ |
D | ism330dhcx_spi.c | 28 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/ |
D | ec_host_cmd_backend_simulator.c | 34 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/ |
D | iis3dhhc_spi.c | 27 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/ |
D | bmi270_spi.c | 28 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/ |
D | iis2dh_spi.c | 28 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/ |
D | test_uart_async.c | 146 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/ |
D | stmemsc_spi.c | 26 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/ |
D | i3g4250d_spi.c | 25 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/ |
D | eth_enc28j60.c | 35 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
|
D | eth_enc424j600.c | 31 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/ |
D | gpio_mcp23sxx.c | 39 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/ |
D | spi_flash_at45.c | 114 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/ |
D | adt7310.c | 54 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/ |
D | lsm6dsl_spi.c | 28 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/ |
D | ina23x_common.c | 43 uint8_t tx_buf[3]; in ina23x_reg_write() local
|
/Zephyr-Core-3.6.0/samples/drivers/uart/echo_bot/src/ |
D | main.c | 75 char tx_buf[MSG_SIZE]; in main() local
|
/Zephyr-Core-3.6.0/drivers/sensor/icm42605/ |
D | icm42605_spi.c | 48 const struct spi_buf tx_buf = { in inv_spi_read() local
|