OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GY_ENABLED
(Results
1 - 3
of
3
) sorted by null
/hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp
695
#define
GY_ENABLED
(((1 << ID_GY) | (1 << ID_RG)) & enabled_sensors)
974
if(!A_ENABLED && !M_ENABLED && !
GY_ENABLED
) {
981
if (
GY_ENABLED
) {
[
all
...]
/hardware/invensense/60xx/libsensors/
MPLSensor.cpp
135
#define
GY_ENABLED
((1<<ID_GY) & enabled_sensors)
341
if (!A_ENABLED && !M_ENABLED && !
GY_ENABLED
) {
346
if (
GY_ENABLED
) {
[
all
...]
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp
[
all
...]
Completed in 113 milliseconds