OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALL_MPL_SENSORS_NP
(Results
1 - 3
of
3
) sorted by null
/hardware/invensense/60xx/libsensors/
MPLSensor.cpp
66
#define
ALL_MPL_SENSORS_NP
(INV_THREE_AXIS_ACCEL | INV_THREE_AXIS_COMPASS | INV_THREE_AXIS_GYRO)
148
mLocalSensorMask(
ALL_MPL_SENSORS_NP
), mPollTime(-1),
337
mLocalSensorMask =
ALL_MPL_SENSORS_NP
;
454
result = inv_set_mpu_sensors(
ALL_MPL_SENSORS_NP
); //default to all sensors, also makes 9axis enable work
[
all
...]
/hardware/invensense/60xx/libsensors_iio/
MPLSensor.h
59
#define
ALL_MPL_SENSORS_NP
(INV_THREE_AXIS_ACCEL \
63
#define
ALL_MPL_SENSORS_NP
(INV_THREE_AXIS_ACCEL \
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.h
60
#define
ALL_MPL_SENSORS_NP
(INV_THREE_AXIS_ACCEL \
64
#define
ALL_MPL_SENSORS_NP
(INV_THREE_AXIS_ACCEL \
Completed in 6232 milliseconds