Home
last modified time | relevance | path

Searched defs:tx_buf (Results 76 – 100 of 155) sorted by relevance

1234567

/Zephyr-latest/drivers/can/
Dcan_mcp251xfd.c69 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/
Deth_w5500.c48 const struct spi_buf tx_buf = { in w5500_spi_read() local
87 const struct spi_buf tx_buf[2] = { in w5500_spi_write() local
Ddsa_ksz8xxx.c56 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/
Dtmp114.c60 uint8_t tx_buf[3] = {reg, val >> 8, val & 0xFF}; in tmp114_reg_write() local
/Zephyr-latest/drivers/spi/
Dspi_rtio.c178 uint8_t *tx_buf, *rx_buf; in spi_rtio_copy() local
Dspi_sam0.c196 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()
Dspi_b91.c133 const struct spi_buf *tx_buf = tx_bufs->buffers; in spi_b91_get_txrx_len() local
/Zephyr-latest/include/zephyr/drivers/serial/
Duart_async_to_irq.h145 uint8_t *tx_buf; member
/Zephyr-latest/drivers/input/
Dinput_pinnacle.c432 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
Dinput_pmw3610.c124 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/
Dscd4x.c34 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/
Dadc_ad4114.c113 const struct spi_buf tx_buf[] = {{ in ad4114_write_reg() local
150 const struct spi_buf tx_buf[] = {{ in ad4114_read_reg() local
Dadc_ads1x4s0x.c474 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
Dadc_ads7052.c102 const struct spi_buf tx_buf = {.buf = tx_bytes, .len = num_bytes}; in ads7052_send_calibration() local
/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp.c30 struct ring_buf tx_buf; member
/Zephyr-latest/drivers/led_strip/
Dws2812_i2s.c72 uint32_t *tx_buf; in ws2812_strip_update_rgb() local
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c100 uint8_t tx_buf[RSP_HEADER_SIZE + sizeof(EC_HELLO_STR)]; in test_hello() local
/Zephyr-latest/drivers/sensor/ti/tmp108/
Dtmp108.c41 uint8_t tx_buf[3]; in tmp108_reg_write() local
/Zephyr-latest/subsys/lorawan/services/
Dfrag_transport.c110 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/
Dmipi_dsi.h114 const void *tx_buf; member
/Zephyr-latest/drivers/sensor/maxim/max31865/
Dmax31865.c28 const struct spi_buf tx_buf = {.buf = &reg, .len = 1}; in max31865_spi_read() local
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_ecm.c31 static uint8_t tx_buf[NET_ETH_MAX_FRAME_SIZE], rx_buf[NET_ETH_MAX_FRAME_SIZE]; variable
/Zephyr-latest/drivers/sensor/ti/tmp116/
Dtmp116.c47 uint8_t tx_buf[3] = {reg, val >> 8, val & 0xFF}; in tmp116_reg_write() local
/Zephyr-latest/include/zephyr/shell/
Dshell_mqtt.h53 struct shell_mqtt_tx_buf tx_buf; member
/Zephyr-latest/drivers/dac/
Ddac_ad56xx.c50 const struct spi_buf tx_buf[] = {{ in ad56xx_write_command() local

1234567