Searched refs:INV_ALL (Results 1 - 4 of 4) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A DmlFIFO.h46 #define INV_ALL (0xFFFF) macro
H A Dml.c1172 * - INV_ALL.
1286 inv_send_accel(INV_ALL, INV_32_BIT);
1287 inv_send_gyro(INV_ALL, INV_32_BIT);
H A DmlFIFO.c983 * @param[in] elements Which of the 3 elements to send. Use INV_ALL for 3 axis
1017 * @param[in] elements Which of the 4 elements to send. Use INV_ALL for all
1112 * To send all compoents use INV_ALL.
1138 * @param[in] elements Which of the 3 elements to send. Use INV_ALL for all of them
1188 * @param[in] elements Which of the 3 elements to send. Use INV_ALL for all of
1225 * @param[in] elements Which of the 3 elements to send. Use INV_ALL for all of
1237 result = inv_send_linear_accel(INV_ALL, accuracy);
1290 * @param[in] elements Which of the 7 elements to send. Use INV_ALL for all of them
1410 * @param[in] elements Which of the 3 elements to send. Use INV_ALL for all of them
1481 * To send all compoents use INV_ALL
[all...]
/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp514 result = inv_send_accel(INV_ALL, INV_32_BIT);
524 result = inv_send_linear_accel(INV_ALL, INV_32_BIT);
529 result = inv_send_linear_accel_in_world(INV_ALL, INV_32_BIT);
535 result = inv_send_gravity(INV_ALL, INV_32_BIT);
540 result = inv_send_gyro(INV_ALL, INV_32_BIT);

Completed in 255 milliseconds