Home
last modified time | relevance | path

Searched defs:rx_buf (Results 26 – 50 of 162) sorted by relevance

1234567

/Zephyr-latest/drivers/sensor/tdk/icm42x70/
Dicm42x70_spi.c32 struct spi_buf rx_buf[2]; in icm42x70_reg_read_spi() local
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_spi.c37 struct spi_buf rx_buf[2]; in bme280_reg_read_spi() local
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150_spi.c37 struct spi_buf rx_buf[2]; in bmm150_reg_read_spi() local
/Zephyr-latest/drivers/w1/
Dw1_ds2485.c29 uint8_t *rx_buf, uint8_t rx_len) in ds2485_w1_script_cmd()
/Zephyr-latest/include/zephyr/shell/
Dshell_uart.h55 uint8_t rx_buf[CONFIG_SHELL_BACKEND_SERIAL_RX_RING_BUFFER_SIZE]; member
72 uint8_t rx_buf[CONFIG_SHELL_BACKEND_SERIAL_RX_RING_BUFFER_SIZE]; member
Dshell_rpmsg.h49 struct shell_rpmsg_rx rx_buf[CONFIG_SHELL_RPMSG_MAX_RX]; member
Dshell_telnet.h46 uint8_t rx_buf[CONFIG_SHELL_CMD_BUFF_SIZE]; member
/Zephyr-latest/tests/kernel/msgq/msgq_api/src/
Dtest_msgq_contexts.c113 uint32_t rx_buf[MSGQ_LEN]; in thread_entry_overflow() local
163 static uint32_t rx_buf[MSGQ_LEN]; in thread_entry_get_data() local
205 static uint32_t rx_buf[MSGQ_LEN]; in get_empty_entry() local
/Zephyr-latest/drivers/ethernet/
Doa_tc6.c26 struct spi_buf rx_buf = {.buf = buf, .len = sizeof(buf)}; in oa_tc6_reg_read() local
82 struct spi_buf rx_buf = {.buf = buf_rx, .len = sizeof(buf_rx)}; in oa_tc6_reg_write() local
341 struct spi_buf rx_buf[2]; in oa_tc6_chunk_spi_transfer() local
/Zephyr-latest/drivers/sensor/st/iis2mdc/
Diis2mdc_spi.c36 const struct spi_buf rx_buf[2] = { in iis2mdc_spi_read() local
/Zephyr-latest/drivers/sensor/st/ism330dhcx/
Dism330dhcx_spi.c36 const struct spi_buf rx_buf[2] = { in ism330dhcx_spi_read() local
/Zephyr-latest/tests/drivers/i2s/i2s_api/src/
Dtest_i2s_dir_both_loopback.c199 char rx_buf[BLOCK_SIZE]; in ZTEST_USER() local
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270_spi.c36 struct spi_buf rx_buf[2]; in bmi270_reg_read_spi() local
/Zephyr-latest/drivers/sensor/microchip/tcn75a/
Dtcn75a.c20 uint8_t rx_buf[2]; in tcn75a_sample_fetch() local
/Zephyr-latest/drivers/sensor/st/iis3dhhc/
Diis3dhhc_spi.c35 const struct spi_buf rx_buf[2] = { in iis3dhhc_spi_read() local
/Zephyr-latest/drivers/sensor/st/iis2dh/
Diis2dh_spi.c36 const struct spi_buf rx_buf[2] = { in iis2dh_spi_read() local
/Zephyr-latest/drivers/sensor/maxim/max6675/
Dmax6675.c39 const struct spi_buf rx_buf = { in max6675_sample_fetch() local
/Zephyr-latest/drivers/sensor/st/stmemsc/
Dstmemsc_spi.c33 const struct spi_buf rx_buf[2] = { in stmemsc_spi_read() local
/Zephyr-latest/drivers/sensor/st/i3g4250d/
Di3g4250d_spi.c33 const struct spi_buf rx_buf[2] = { in i3g4250d_spi_read() local
/Zephyr-latest/include/zephyr/drivers/flash/
Dnpcx_flash_api_ex.h53 uint8_t *rx_buf; member
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/
Dudp.c36 static APP_BMEM uint8_t rx_buf[CONFIG_NET_SAMPLE_MQTT_SN_BUFFER_SIZE]; variable
/Zephyr-latest/drivers/sensor/maxim/max31855/
Dmax31855.c44 struct spi_buf rx_buf = { in max31855_sample_fetch() local
/Zephyr-latest/drivers/spi/
Dspi_sam.c192 static void spi_sam_fast_rx(Spi *regs, uint8_t *rx_buf, const uint32_t rx_buf_len) in spi_sam_fast_rx()
231 const uint8_t *rx_buf, in spi_sam_fast_txrx()
318 const uint8_t *rx_buf, in spi_sam_dma_txrx()
440 uint8_t *rx_buf, in spi_sam_rx()
497 const uint8_t *rx_buf, in spi_sam_txrx()
/Zephyr-latest/drivers/adc/
Dadc_ads131m02.c149 struct spi_buf rx_buf = { in ads131m02_transceive() local
184 uint8_t rx_buf[3] = {0}; in ads131m02_reg_write() local
439 uint8_t rx_buf[12] = {0}; in ads131m02_read_sample() local
546 uint8_t rx_buf[3] = {0}; in ads131m02_device_reset() local
570 uint8_t rx_buf[3] = {0}; in ads131m02_pm() local
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_spi.c47 struct spi_buf rx_buf[2] = { in spi_read_register() local

1234567