Searched refs:mraa_spi_write_buf (Results 1 – 6 of 6) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/src/adis16448/ |
D | adis16448.cxx | 146 mraa_spi_write_buf(_spi, buf, 2); //Write the buffer onto the SPI port in regRead() 152 uint8_t* x = mraa_spi_write_buf(_spi, buf, 2); //Write 0x0000 to SPI and read data requested above in regRead() 176 mraa_spi_write_buf(_spi, lbuf, 2); //Write the buffer to the SPI port in regWrite() 185 mraa_spi_write_buf(_spi, hbuf, 2); //Write the buffer to the SPI port in regWrite()
|
/hardware/bsp/intel/peripheral/libmraa/examples/ |
D | spi_mcp4261.c | 44 recv = mraa_spi_write_buf(spi, data, 2); in main() 51 recv = mraa_spi_write_buf(spi, data, 2); in main()
|
/hardware/bsp/intel/peripheral/libupm/src/max31855/ |
D | max31855.cxx | 84 uint8_t* x = mraa_spi_write_buf(m_sensor, buf, 4); in getTemp()
|
/hardware/bsp/intel/peripheral/libmraa/api/mraa/ |
D | spi.h | 131 uint8_t* mraa_spi_write_buf(mraa_spi_context dev, uint8_t* data, int length);
|
D | spi.hpp | 141 return mraa_spi_write_buf(m_spi, txBuf, length); in write()
|
/hardware/bsp/intel/peripheral/libmraa/src/spi/ |
D | spi.c | 329 mraa_spi_write_buf(mraa_spi_context dev, uint8_t* data, int length) in mraa_spi_write_buf() function
|