| /Zephyr-latest/drivers/can/ |
| D | can_mcp251xfd.c | 69 struct spi_buf tx_buf = {.buf = &spi_data->header[1], .len = MCP251XFD_SPI_CMD_LEN + len}; in mcp251xfd_read_reg() local 94 struct spi_buf tx_buf = {.buf = &spi_data->header[0], in mcp251xfd_read_crc() local 150 struct spi_buf tx_buf = {.buf = &spi_data->header[1], .len = MCP251XFD_SPI_CMD_LEN + len}; in mcp251xfd_write() local 1490 const struct spi_buf tx_buf = {.buf = &cmd, .len = sizeof(cmd),}; in mcp251xfd_reset() local
|
| /Zephyr-latest/drivers/ethernet/ |
| D | eth_w5500.c | 48 const struct spi_buf tx_buf = { in w5500_spi_read() local 87 const struct spi_buf tx_buf[2] = { in w5500_spi_write() local
|
| D | dsa_ksz8xxx.c | 56 const struct spi_buf tx_buf = { in dsa_ksz8xxx_write_reg() local 85 const struct spi_buf tx_buf = { in dsa_ksz8xxx_read_reg() local
|
| /Zephyr-latest/drivers/sensor/ti/tmp114/ |
| D | tmp114.c | 60 uint8_t tx_buf[3] = {reg, val >> 8, val & 0xFF}; in tmp114_reg_write() local
|
| /Zephyr-latest/drivers/spi/ |
| D | spi_rtio.c | 178 uint8_t *tx_buf, *rx_buf; in spi_rtio_copy() local
|
| D | spi_sam0.c | 196 static void spi_sam0_fast_tx(SercomSpi *regs, const struct spi_buf *tx_buf) in spi_sam0_fast_tx() 240 const struct spi_buf *tx_buf, in spi_sam0_fast_txrx()
|
| D | spi_b91.c | 133 const struct spi_buf *tx_buf = tx_bufs->buffers; in spi_b91_get_txrx_len() local
|
| /Zephyr-latest/include/zephyr/drivers/serial/ |
| D | uart_async_to_irq.h | 145 uint8_t *tx_buf; member
|
| /Zephyr-latest/drivers/input/ |
| D | input_pinnacle.c | 432 const struct spi_buf tx_buf[] = {{ in pinnacle_write_spi() local 448 const struct spi_buf tx_buf[] = {{ in pinnacle_seq_write_spi() local 473 const struct spi_buf tx_buf[] = {{ in pinnacle_read_spi() local 527 const struct spi_buf tx_buf[] = {{ in pinnacle_seq_read_spi() local
|
| D | input_pmw3610.c | 124 const struct spi_buf tx_buf = { in pmw3610_read() local 161 const struct spi_buf tx_buf = { in pmw3610_write_reg() local
|
| /Zephyr-latest/drivers/sensor/sensirion/scd4x/ |
| D | scd4x.c | 34 uint8_t tx_buf[2]; in scd4x_write_command() local 74 uint8_t tx_buf[((data_size * 3) + 2)]; in scd4x_write_reg() local
|
| /Zephyr-latest/drivers/adc/ |
| D | adc_ad4114.c | 113 const struct spi_buf tx_buf[] = {{ in ad4114_write_reg() local 150 const struct spi_buf tx_buf[] = {{ in ad4114_read_reg() local
|
| D | adc_ads1x4s0x.c | 474 const struct spi_buf tx_buf[] = {{ in ads1x4s0x_read_register() local 513 const struct spi_buf tx_buf[] = {{ in ads1x4s0x_write_register() local 544 const struct spi_buf tx_buf[] = { in ads1x4s0x_write_multiple_registers() local 590 const struct spi_buf tx_buf[] = {{ in ads1x4s0x_send_command() local 1018 const struct spi_buf tx_buf[] = {{ in ads1x4s0x_read_sample_16() local 1057 const struct spi_buf tx_buf[] = {{ in ads1x4s0x_read_sample_24() local
|
| D | adc_ads7052.c | 102 const struct spi_buf tx_buf = {.buf = tx_bytes, .len = num_bytes}; in ads7052_send_calibration() local
|
| /Zephyr-latest/subsys/mgmt/osdp/src/ |
| D | osdp.c | 30 struct ring_buf tx_buf; member
|
| /Zephyr-latest/drivers/led_strip/ |
| D | ws2812_i2s.c | 72 uint32_t *tx_buf; in ws2812_strip_update_rgb() local
|
| /Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/ |
| D | main.c | 100 uint8_t tx_buf[RSP_HEADER_SIZE + sizeof(EC_HELLO_STR)]; in test_hello() local
|
| /Zephyr-latest/drivers/sensor/ti/tmp108/ |
| D | tmp108.c | 41 uint8_t tx_buf[3]; in tmp108_reg_write() local
|
| /Zephyr-latest/subsys/lorawan/services/ |
| D | frag_transport.c | 110 uint8_t tx_buf[FRAG_TRANSPORT_MAX_CMDS_PER_PACKAGE * FRAG_TRANSPORT_MAX_ANS_LEN]; in frag_transport_package_callback() local
|
| /Zephyr-latest/include/zephyr/drivers/ |
| D | mipi_dsi.h | 114 const void *tx_buf; member
|
| /Zephyr-latest/drivers/sensor/maxim/max31865/ |
| D | max31865.c | 28 const struct spi_buf tx_buf = {.buf = ®, .len = 1}; in max31865_spi_read() local
|
| /Zephyr-latest/subsys/usb/device/class/netusb/ |
| D | function_ecm.c | 31 static uint8_t tx_buf[NET_ETH_MAX_FRAME_SIZE], rx_buf[NET_ETH_MAX_FRAME_SIZE]; variable
|
| /Zephyr-latest/drivers/sensor/ti/tmp116/ |
| D | tmp116.c | 47 uint8_t tx_buf[3] = {reg, val >> 8, val & 0xFF}; in tmp116_reg_write() local
|
| /Zephyr-latest/include/zephyr/shell/ |
| D | shell_mqtt.h | 53 struct shell_mqtt_tx_buf tx_buf; member
|
| /Zephyr-latest/drivers/dac/ |
| D | dac_ad56xx.c | 50 const struct spi_buf tx_buf[] = {{ in ad56xx_write_command() local
|