Searched defs:HumidityDrvData (Results 1 – 1 of 1) sorted by relevance
28 struct HumidityDrvData { struct29 struct IDeviceIoService ioService;30 struct HdfDeviceObject *device;31 HdfWorkQueue humidityWorkQueue;32 HdfWork humidityWork;33 OsalTimer humidityTimer;34 bool detectFlag;35 bool enable;36 int64_t interval;37 struct SensorCfgData *humidityCfg;[all …]