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

  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.h 40 #define INV_RAW_DATA 128
data_builder.c 796 sensors.accel.status |= INV_RAW_DATA;
832 sensors.gyro.status |= INV_NEW_DATA | INV_RAW_DATA | INV_SENSOR_ON;
871 sensors.compass.status |= INV_RAW_DATA;
904 sensors.temp.status |= INV_NEW_DATA | INV_RAW_DATA | INV_SENSOR_ON;
    [all...]
hal_outputs.c 625 if ((sensor_cal->compass.status & (INV_NEW_DATA | INV_RAW_DATA)) ==
626 (INV_NEW_DATA | INV_RAW_DATA)) {
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.h 40 #define INV_RAW_DATA 128
data_builder.c     [all...]
hal_outputs.c 683 if ((sensor_cal->compass.status & (INV_NEW_DATA | INV_RAW_DATA)) ==
684 (INV_NEW_DATA | INV_RAW_DATA)) {

Completed in 428 milliseconds