Home
last modified time | relevance | path

Searched refs:rx_buf (Results 1 – 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/micsv89/
Dmicsv89.cxx58 if(i2c->read(rx_buf, 6) != 6){ in update()
66 return ((rx_buf[0] - 13) * (1600/229) + 400); in co2equ()
70 return rx_buf[1]; in vocshort()
74 return rx_buf[2] * (1000/229); in tvoc()
78 return 10 * (rx_buf[3] + (256 * rx_buf[4]) + (65536 * rx_buf[5])); in resistor()
Dmicsv89.h123 uint8_t rx_buf[6]; variable
/hardware/bsp/intel/peripheral/libmraa/src/spi/
Dspi.c256 msg.rx_buf = (unsigned long) &recv; in mraa_spi_write()
278 msg.rx_buf = (unsigned long) &recv; in mraa_spi_write_word()
297 msg.rx_buf = (unsigned long) rxbuf; in mraa_spi_transfer_buf()
316 msg.rx_buf = (unsigned long) rxbuf; in mraa_spi_transfer_buf_word()