Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/micsv89/
Dmicsv89.cxx38 tx_buf[0] = 0x09; in MICSV89()
39 tx_buf[1] = 0x00; in MICSV89()
40 tx_buf[2] = 0x00; in MICSV89()
49 if(i2c->write(tx_buf, 3) != mraa::SUCCESS){ in update()
Dmicsv89.h124 uint8_t tx_buf[3]; variable
/hardware/bsp/intel/peripheral/libmraa/src/spi/
Dspi.c255 msg.tx_buf = (unsigned long) &data; in mraa_spi_write()
277 msg.tx_buf = (unsigned long) &data; in mraa_spi_write_word()
296 msg.tx_buf = (unsigned long) data; in mraa_spi_transfer_buf()
315 msg.tx_buf = (unsigned long) data; in mraa_spi_transfer_buf_word()