Home
last modified time | relevance | path

Searched refs:MPU60X0 (Results 1 – 7 of 7) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
Dmpu60x0.cxx35 MPU60X0::MPU60X0(int bus, uint8_t address) : in MPU60X0() function in MPU60X0
62 MPU60X0::~MPU60X0() in ~MPU60X0()
67 bool MPU60X0::init() in init()
105 void MPU60X0::update() in update()
139 uint8_t MPU60X0::readReg(uint8_t reg) in readReg()
144 void MPU60X0::readRegs(uint8_t reg, uint8_t *buffer, int len) in readRegs()
149 bool MPU60X0::writeReg(uint8_t reg, uint8_t val) in writeReg()
162 bool MPU60X0::setSleep(bool enable) in setSleep()
174 bool MPU60X0::setClockSource(CLKSEL_T clk) in setClockSource()
185 bool MPU60X0::setGyroscopeScale(FS_SEL_T scale) in setGyroscopeScale()
[all …]
Dmpu9150.cxx35 m_mag(0), MPU60X0(bus, address) in MPU9150()
51 if (!MPU60X0::init()) in init()
89 MPU60X0::update(); in update()
Dmpu9150.h60 class MPU9150: public MPU60X0
Dmpu60x0.h64 class MPU60X0 {
662 MPU60X0(int bus=MPU60X0_I2C_BUS, uint8_t address=MPU60X0_DEFAULT_I2C_ADDR);
667 ~MPU60X0();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmpu60x0.cxx46 upm::MPU60X0 *sensor = new upm::MPU60X0(); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dmpu60x0.js32 var sensor = new sensorObj.MPU60X0();
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dmpu60x0.py28 sensor = sensorObj.MPU60X0()