Lines Matching refs:rx_buf
149 struct spi_buf rx_buf = { in ads131m02_transceive() local
154 .buffers = &rx_buf, in ads131m02_transceive()
184 uint8_t rx_buf[3] = {0}; in ads131m02_reg_write() local
191 rx_buf, sizeof(rx_buf)); in ads131m02_reg_write()
439 uint8_t rx_buf[12] = {0}; in ads131m02_read_sample() local
442 rx_buf, sizeof(rx_buf)); in ads131m02_read_sample()
447 int_status = sys_get_be16(&rx_buf[0]); in ads131m02_read_sample()
449 *buffer = sys_get_be24(&rx_buf[3]); in ads131m02_read_sample()
452 *buffer = sys_get_be24(&rx_buf[6]); in ads131m02_read_sample()
546 uint8_t rx_buf[3] = {0}; in ads131m02_device_reset() local
550 rx_buf, sizeof(rx_buf)); in ads131m02_device_reset()
556 if (sys_get_be16(rx_buf) != ADS131M02_RESET_RSP) { in ads131m02_device_reset()
570 uint8_t rx_buf[3] = {0}; in ads131m02_pm() local
574 rx_buf, sizeof(rx_buf)); in ads131m02_pm()
579 if (rx_buf[1] != cmd) { in ads131m02_pm()