Searched defs:GyroDrvData (Results 1 – 1 of 1) sorted by relevance
46 struct GyroDrvData { struct47 struct IDeviceIoService ioService;48 struct HdfDeviceObject *device;49 HdfWorkQueue gyroWorkQueue;50 HdfWork gyroWork;51 OsalTimer gyroTimer;52 bool detectFlag;53 bool enable;54 int64_t interval;55 struct SensorCfgData *gyroCfg;[all …]