OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INV_CALIBRATED
(Results
1 - 6
of
6
) sorted by null
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.h
33
#define
INV_CALIBRATED
32
data_builder.c
442
sensor->status |=
INV_CALIBRATED
;
597
* The upper bit
INV_CALIBRATED
, is set if the data was calibrated
615
if ((status &
INV_CALIBRATED
) == 0) {
625
sensors.accel.status |=
INV_CALIBRATED
;
667
* The upper bit
INV_CALIBRATED
, is set if the data was calibrated outside MPL and it is
686
if ((status &
INV_CALIBRATED
) == 0) {
696
sensors.compass.status |=
INV_CALIBRATED
;
[
all
...]