| /Zephyr-latest/drivers/fpga/ |
| D | fpga_ice40_spi.c | 25 struct spi_buf tx_buf; in fpga_ice40_load() local
|
| /Zephyr-latest/drivers/sensor/st/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-latest/drivers/sensor/ti/ina23x/ |
| D | ina23x_common.c | 43 uint8_t tx_buf[3]; in ina23x_reg_write() local
|
| /Zephyr-latest/samples/drivers/uart/echo_bot/src/ |
| D | main.c | 75 char tx_buf[MSG_SIZE]; in main() local
|
| /Zephyr-latest/drivers/sensor/aosong/dht20/ |
| D | dht20.c | 74 uint8_t tx_buf[] = {DHT20_STATUS_REGISTER}; in read_status() local 99 uint8_t tx_buf[] = {reg, 0, 0}; in reset_register() local 208 uint8_t tx_buf[DHT20_TRIGGER_MEASUREMENT_BUFFER_LENGTH] = { in dht20_sample_fetch() local
|
| /Zephyr-latest/drivers/sensor/tdk/icm42605/ |
| D | icm42605_spi.c | 48 const struct spi_buf tx_buf = { in inv_spi_read() local
|
| /Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/ |
| D | uart_mock.h | 18 const uint8_t *tx_buf; member
|
| /Zephyr-latest/drivers/sensor/meas/ms5607/ |
| D | ms5607_spi.c | 54 const struct spi_buf tx_buf = { in ms5607_spi_read_prom() local 104 const struct spi_buf tx_buf = { in ms5607_spi_read_adc() local
|
| /Zephyr-latest/tests/drivers/uart/uart_async_api/src/ |
| D | test_uart_wide.c | 92 static const uint16_t tx_buf[5] = {0x74, 0x65, 0x73, 0x74, 0x0D}; in ZTEST_USER() local
|
| /Zephyr-latest/drivers/can/ |
| D | can_mcp2515.c | 32 const struct spi_buf tx_buf = { in mcp2515_cmd_soft_reset() local 50 const struct spi_buf tx_buf = { in mcp2515_cmd_bit_modify() local 67 struct spi_buf tx_buf[] = { in mcp2515_cmd_write_reg() local 101 struct spi_buf tx_buf[] = { in mcp2515_cmd_load_tx_buffer() local 127 struct spi_buf tx_buf[] = { in mcp2515_cmd_rts() local 144 struct spi_buf tx_buf[] = { in mcp2515_cmd_read_reg() local 182 struct spi_buf tx_buf[] = { in mcp2515_cmd_read_rx_buffer() local
|
| /Zephyr-latest/drivers/sensor/bosch/bmp388/ |
| D | bmp388_spi.c | 61 const struct spi_buf tx_buf = { in bmp388_reg_write_spi() local
|
| /Zephyr-latest/drivers/sensor/st/lis2dh/ |
| D | lis2dh_spi.c | 31 const struct spi_buf tx_buf = { in lis2dh_raw_read() local 75 const struct spi_buf tx_buf[2] = { in lis2dh_raw_write() local
|
| /Zephyr-latest/drivers/sensor/sensirion/sgp40/ |
| D | sgp40.c | 36 uint8_t tx_buf[2]; in sgp40_write_command() local 47 uint8_t tx_buf[8]; in sgp40_start_measurement() local
|
| /Zephyr-latest/subsys/lorawan/services/ |
| D | clock_sync.c | 96 uint8_t tx_buf[3 * MAX_CLOCK_SYNC_ANS_LEN]; in clock_sync_package_callback() local 183 uint8_t tx_buf[6]; in clock_sync_app_time_req() local
|
| /Zephyr-latest/drivers/w1/ |
| D | w1_ds2485.c | 28 const uint8_t *tx_buf, const uint8_t tx_len, in ds2485_w1_script_cmd()
|
| /Zephyr-latest/drivers/display/ |
| D | display_max7219.c | 71 uint8_t *tx_buf; member 79 const struct spi_buf tx_buf = { in max7219_transmit_all() local 102 const struct spi_buf tx_buf = { in max7219_transmit_one() local
|
| /Zephyr-latest/drivers/ethernet/ |
| D | eth_lan9250.c | 30 struct spi_buf tx_buf[3]; in lan9250_write_sys_reg() local 51 struct spi_buf tx_buf[3]; in lan9250_read_sys_reg() local 411 struct spi_buf tx_buf[3]; in lan9250_write_buf() local 429 struct spi_buf tx_buf[3]; in lan9250_read_buf() local
|
| D | oa_tc6.c | 24 struct spi_buf tx_buf = {.buf = buf, .len = sizeof(buf)}; in oa_tc6_reg_read() local 80 struct spi_buf tx_buf = {.buf = buf_tx, .len = sizeof(buf_tx)}; in oa_tc6_reg_write() local 340 struct spi_buf tx_buf[2]; in oa_tc6_chunk_spi_transfer() local
|
| /Zephyr-latest/drivers/adc/ |
| D | adc_ads131m02.c | 140 struct spi_buf tx_buf = { in ads131m02_transceive() local 170 uint8_t tx_buf[3] = {0}; in ads131m02_reg_read() local 183 uint8_t tx_buf[6] = {0}; in ads131m02_reg_write() local 438 uint8_t tx_buf[4] = {0}; in ads131m02_read_sample() local 545 uint8_t tx_buf[12] = {0}; in ads131m02_device_reset() local 569 uint8_t tx_buf[3] = {0}; in ads131m02_pm() local
|
| /Zephyr-latest/drivers/mfd/ |
| D | mfd_bd8lb600fs.c | 103 const struct spi_buf tx_buf = { in bd8lb600fs_transceive_state() local 140 const struct spi_buf tx_buf = { in bd8lb600fs_write_state() local
|
| /Zephyr-latest/include/zephyr/drivers/flash/ |
| D | npcx_flash_api_ex.h | 45 uint8_t *tx_buf; member
|
| /Zephyr-latest/samples/net/mqtt_sn_publisher/src/ |
| D | udp.c | 35 static APP_BMEM uint8_t tx_buf[CONFIG_NET_SAMPLE_MQTT_SN_BUFFER_SIZE]; variable
|
| /Zephyr-latest/drivers/spi/ |
| D | spi_sam.c | 175 static void spi_sam_fast_tx(Spi *regs, const uint8_t *tx_buf, const uint32_t tx_buf_len) in spi_sam_fast_tx() 230 const uint8_t *tx_buf, in spi_sam_fast_txrx() 317 const uint8_t *tx_buf, in spi_sam_dma_txrx() 468 const uint8_t *tx_buf, in spi_sam_tx() 496 const uint8_t *tx_buf, in spi_sam_txrx()
|
| /Zephyr-latest/drivers/input/ |
| D | input_paw32xx.c | 84 const struct spi_buf tx_buf = { in paw32xx_read_reg() local 116 const struct spi_buf tx_buf = { in paw32xx_write_reg() local 163 const struct spi_buf tx_buf = { in paw32xx_read_xy() local
|
| /Zephyr-latest/drivers/sensor/ti/tmp007/ |
| D | tmp007.c | 37 uint8_t tx_buf[3] = {reg, val >> 8, val & 0xFF}; in tmp007_reg_write() local
|