HomeSort by relevance Sort by last modified time
    Searched refs:DATA_REG_SIZE (Results 1 - 6 of 6) sorted by null

  /hardware/bsp/intel/peripheral/libmraa/examples/
i2c_HMC5883L.c 45 #define DATA_REG_SIZE 6
107 for (i = 0; i < DATA_REG_SIZE; i++) {
119 mraa_i2c_read(i2c, rx_tx_buf, DATA_REG_SIZE);
  /hardware/bsp/intel/peripheral/libmraa/examples/c++/
I2c-compass.cpp 49 #define DATA_REG_SIZE 6
123 i2c->read(rx_tx_buf, DATA_REG_SIZE);
  /hardware/bsp/intel/peripheral/libupm/src/itg3200/
itg3200.cxx 55 #define DATA_REG_SIZE 8
136 m_i2c.read(m_buffer, DATA_REG_SIZE);
  /hardware/bsp/intel/peripheral/libupm/src/adxl345/
adxl345.cxx 66 #define DATA_REG_SIZE 6
167 m_i2c.read(m_buffer, DATA_REG_SIZE);
  /hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
hmc5883l.cxx 49 #define DATA_REG_SIZE 6
127 m_i2c.read(m_rx_tx_buf, DATA_REG_SIZE);
  /hardware/bsp/intel/peripheral/libmraa/examples/java/
I2cCompass.java 60 final static byte DATA_REG_SIZE = 6;

Completed in 110 milliseconds