OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INV_NEW_DATA
(Results
1 - 6
of
6
) sorted by null
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
hal_outputs.c
69
if (hal_out.accel_status &
INV_NEW_DATA
)
120
if ((hal_out.accel_status &
INV_NEW_DATA
) || (hal_out.gyro_status &
INV_NEW_DATA
))
148
if (hal_out.gyro_status &
INV_NEW_DATA
)
172
if (hal_out.gyro_status &
INV_NEW_DATA
)
248
if (hal_out.compass_status &
INV_NEW_DATA
)
371
hal_out.nine_axis_status = (sensor_cal->gyro.status &
INV_NEW_DATA
) ? 1 : 0;
375
hal_out.nine_axis_status = (sensor_cal->accel.status &
INV_NEW_DATA
) ? 1 : 0;
379
hal_out.nine_axis_status = (sensor_cal->compass.status &
INV_NEW_DATA
) ? 1 : 0;
383
hal_out.nine_axis_status = (sensor_cal->quat.status &
INV_NEW_DATA
) ? 1 : 0;
[
all
...]
data_builder.c
629
sensors.accel.status |=
INV_NEW_DATA
| INV_SENSOR_ON;
655
sensors.gyro.status |=
INV_NEW_DATA
| INV_RAW_DATA | INV_SENSOR_ON;
702
sensors.compass.status |=
INV_NEW_DATA
| INV_SENSOR_ON;
724
sensors.temp.status |=
INV_NEW_DATA
| INV_RAW_DATA | INV_SENSOR_ON;
754
sensors.quat.status |=
INV_NEW_DATA
| INV_RAW_DATA | INV_SENSOR_ON;
[
all
...]
data_builder.h
34
/*
INV_NEW_DATA
set for a new set of data, cleared if not available. */
35
#define
INV_NEW_DATA
64
83
*
INV_NEW_DATA
set for a new set of data, cleared if not available.
97
*
INV_NEW_DATA
set for a new set of data, cleared if not available.
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
hal_outputs.c
85
if (hal_out.accel_status &
INV_NEW_DATA
)
136
if ((hal_out.accel_status &
INV_NEW_DATA
) || (hal_out.gyro_status &
INV_NEW_DATA
))
165
if (hal_out.gyro_status &
INV_NEW_DATA
)
190
if (hal_out.gyro_status &
INV_NEW_DATA
)
267
if ((hal_out.accel_status &
INV_NEW_DATA
) || (hal_out.quat_status &
INV_NEW_DATA
))
305
status = hal_out.accel_status &
INV_NEW_DATA
? 1 : 0;
332
if (hal_out.compass_status &
INV_NEW_DATA
)
362
if (hal_out.compass_status &
INV_NEW_DATA
)
[
all
...]
data_builder.c
748
sensors.accel.status |=
INV_NEW_DATA
| INV_SENSOR_ON;
774
sensors.gyro.status |=
INV_NEW_DATA
| INV_RAW_DATA | INV_SENSOR_ON;
824
sensors.compass.status |=
INV_NEW_DATA
| INV_SENSOR_ON;
846
sensors.temp.status |=
INV_NEW_DATA
| INV_RAW_DATA | INV_SENSOR_ON;
885
sensors.quat.status |=
INV_NEW_DATA
| INV_RAW_DATA | INV_SENSOR_ON;
[
all
...]
data_builder.h
35
/**
INV_NEW_DATA
set for a new set of data, cleared if not available. */
36
#define
INV_NEW_DATA
64
93
*
INV_NEW_DATA
set for a new set of data, cleared if not available.
108
*
INV_NEW_DATA
set for a new set of data, cleared if not available.
Completed in 26 milliseconds