Home
last modified time | relevance | path

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

/hardware/invensense/60xx/libsensors/
DMPLSensor.cpp514 result = inv_send_accel(INV_ALL, INV_32_BIT); in setupFIFO()
524 result = inv_send_linear_accel(INV_ALL, INV_32_BIT); in setupFIFO()
529 result = inv_send_linear_accel_in_world(INV_ALL, INV_32_BIT); in setupFIFO()
535 result = inv_send_gravity(INV_ALL, INV_32_BIT); in setupFIFO()
540 result = inv_send_gyro(INV_ALL, INV_32_BIT); in setupFIFO()
/hardware/invensense/60xx/mlsdk/mllite/
DmlFIFO.h46 #define INV_ALL (0xFFFF) macro
Dml.c1286 inv_send_accel(INV_ALL, INV_32_BIT); in inv_set_bias_update()
1287 inv_send_gyro(INV_ALL, INV_32_BIT); in inv_set_bias_update()
DmlFIFO.c1237 result = inv_send_linear_accel(INV_ALL, accuracy); in inv_send_linear_accel_in_world()