Searched defs:SensorInfo (Results 1 – 2 of 2) sorted by relevance
195 struct SensorInfo { struct196 const char *sensorName; /* sensors.c code does not use this */220 uint8_t flags1; /* enum SensorInfoFlags1 */ argument221 uint16_t minSamples; /* minimum host fifo size (in # of samples) */222 uint8_t biasType;223 uint8_t rawType;224 float rawScale;
23 using SensorInfo = ahs::V1_0::SensorInfo; variable