OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gyro_status
(Results
1 - 2
of
2
) sorted by null
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
hal_outputs.c
55
int
gyro_status
;
member in struct:hal_output_t
212
if (hal_out.
gyro_status
& INV_NEW_DATA)
237
if (hal_out.
gyro_status
& INV_NEW_DATA)
587
hal_out.
gyro_status
= sensor_cal->gyro.status;
592
MPL_LOGV("hal_out:g=%d", hal_out.
gyro_status
);
614
hal_out.
gyro_status
&= ~INV_NEW_DATA;
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
hal_outputs.c
55
int
gyro_status
;
member in struct:hal_output_t
173
if (hal_out.
gyro_status
& INV_NEW_DATA)
198
if (hal_out.
gyro_status
& INV_NEW_DATA)
543
hal_out.
gyro_status
= sensor_cal->gyro.status;
548
MPL_LOGV("hal_out:g=%d", hal_out.
gyro_status
);
Completed in 319 milliseconds