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

  /hardware/bsp/intel/peripheral/libupm/src/mpu9150/
mpu9150.cxx 35 m_mag(0), MPU60X0(bus, address)
44 if (m_mag)
45 delete m_mag;
72 m_mag = new AK8975(m_i2cBus, m_magAddress);
74 if (!m_mag->init())
78 delete m_mag;
79 m_mag = 0;
91 if (m_mag)
92 m_mag->update();
99 if (!m_mag)
    [all...]
mpu9150.h 123 AK8975* m_mag; member in class:upm::MPU9150

Completed in 869 milliseconds