HomeSort by relevance Sort by last modified time
    Searched refs:INV_SENSOR_ON (Results 1 - 3 of 3) sorted by null

  /hardware/invensense/libsensors_iio/software/core/mllite/
hal_outputs.c 340 if (sensor_cal->gyro.status & INV_SENSOR_ON) {
344 if ((sensor_cal->accel.status & INV_SENSOR_ON) && (sr > sensor_cal->accel.sample_rate_ms)) {
348 if ((sensor_cal->compass.status & INV_SENSOR_ON) && (sr > sensor_cal->compass.sample_rate_ms)) {
352 if ((sensor_cal->quat.status & INV_SENSOR_ON) && (sr > sensor_cal->quat.sample_rate_ms)) {
358 if (sensor_cal->quat.status & INV_SENSOR_ON) {
360 if ((sensor_cal->accel.status & sensor_cal->compass.status & INV_SENSOR_ON) == 0) {
364 if ((sensor_cal->gyro.status & sensor_cal->accel.status & sensor_cal->compass.status & INV_SENSOR_ON) == 0) {
data_builder.c 321 return (sensors.compass.status & INV_SENSOR_ON) == INV_SENSOR_ON;
329 return (sensors.gyro.status & INV_SENSOR_ON) == INV_SENSOR_ON;
337 return (sensors.accel.status & INV_SENSOR_ON) == INV_SENSOR_ON;
347 if (sensors.accel.status & INV_SENSOR_ON) {
350 if (sensors.gyro.status & INV_SENSOR_ON) {
355 if (sensors.compass.status & INV_SENSOR_ON) {
360 if (sensors.temp.status & INV_SENSOR_ON) {
    [all...]
data_builder.h 39 #define INV_SENSOR_ON 256

Completed in 3545 milliseconds