OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enableOneSensor
(Results
1 - 2
of
2
) sorted by null
/hardware/invensense/60xx/libsensors_iio/
MPLSensor.h
194
int
enableOneSensor
(int en, const char *name, int (MPLSensor::*enabler)(int));
MPLSensor.cpp
1008
int MPLSensor::
enableOneSensor
(int en, const char *name, int (MPLSensor::*enabler)(int)) {
1051
res =
enableOneSensor
(sensors & INV_THREE_AXIS_GYRO, "gyro", &MPLSensor::enableGyro);
1058
res =
enableOneSensor
(sensors & INV_THREE_AXIS_ACCEL, "accel", &MPLSensor::enableAccel);
1066
res =
enableOneSensor
(sensors & INV_THREE_AXIS_COMPASS, "compass", &MPLSensor::enableCompass);
[
all
...]
Completed in 32 milliseconds