Home
last modified time | relevance | path

Searched defs:aX (Results 1 – 4 of 4) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dadxl335.cxx59 float aX, aY, aZ; in main() local
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dadxl335.py57 aX = upmAdxl335.new_floatPointer() variable
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dadxl335.js55 var aX = new analogGyro3Axis.new_floatPointer(); variable
/hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
Dh3lis331dl.cxx576 void H3LIS331DL::getAcceleration(float *aX, float *aY, float *aZ) in getAcceleration()