Home
last modified time | relevance | path

Searched defs:tx_buf (Results 26 – 50 of 155) sorted by relevance

1234567

/Zephyr-latest/drivers/fpga/
Dfpga_ice40_spi.c25 struct spi_buf tx_buf; in fpga_ice40_load() local
/Zephyr-latest/drivers/sensor/st/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-latest/drivers/sensor/ti/ina23x/
Dina23x_common.c43 uint8_t tx_buf[3]; in ina23x_reg_write() local
/Zephyr-latest/samples/drivers/uart/echo_bot/src/
Dmain.c75 char tx_buf[MSG_SIZE]; in main() local
/Zephyr-latest/drivers/sensor/aosong/dht20/
Ddht20.c74 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/
Dicm42605_spi.c48 const struct spi_buf tx_buf = { in inv_spi_read() local
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Duart_mock.h18 const uint8_t *tx_buf; member
/Zephyr-latest/drivers/sensor/meas/ms5607/
Dms5607_spi.c54 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/
Dtest_uart_wide.c92 static const uint16_t tx_buf[5] = {0x74, 0x65, 0x73, 0x74, 0x0D}; in ZTEST_USER() local
/Zephyr-latest/drivers/can/
Dcan_mcp2515.c32 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/
Dbmp388_spi.c61 const struct spi_buf tx_buf = { in bmp388_reg_write_spi() local
/Zephyr-latest/drivers/sensor/st/lis2dh/
Dlis2dh_spi.c31 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/
Dsgp40.c36 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/
Dclock_sync.c96 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/
Dw1_ds2485.c28 const uint8_t *tx_buf, const uint8_t tx_len, in ds2485_w1_script_cmd()
/Zephyr-latest/drivers/display/
Ddisplay_max7219.c71 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/
Deth_lan9250.c30 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
Doa_tc6.c24 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/
Dadc_ads131m02.c140 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/
Dmfd_bd8lb600fs.c103 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/
Dnpcx_flash_api_ex.h45 uint8_t *tx_buf; member
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/
Dudp.c35 static APP_BMEM uint8_t tx_buf[CONFIG_NET_SAMPLE_MQTT_SN_BUFFER_SIZE]; variable
/Zephyr-latest/drivers/spi/
Dspi_sam.c175 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/
Dinput_paw32xx.c84 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/
Dtmp007.c37 uint8_t tx_buf[3] = {reg, val >> 8, val & 0xFF}; in tmp007_reg_write() local

1234567