Home
last modified time | relevance | path

Searched refs:sensor_idx (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c1125 static bool calSelftestGetOneData(enum SensorIndex sensor_idx, const uint8_t *data, int idx, int16_… argument
1132 switch (sensor_idx) {
2331 int sensor_idx = (int)cookie; local
2334 DEBUG_PRINT("%s flush\n", mSensorInfo[sensor_idx].sensorName);
2336 if (sensor_idx >= FIRST_CONT_SENSOR && sensor_idx < NUM_CONT_SENSOR) {
2337 T(sensors[sensor_idx]).flush++;
2341 if (sensor_idx >= FIRST_ONESHOT_SENSOR && sensor_idx < NUM_OF_SENSOR) {
2342 evtType = sensorGetMyEventType(mSensorInfo[sensor_idx].sensorType);