Searched defs:ICM40600Sensor (Results 1 – 1 of 1) sorted by relevance
552 struct ICM40600Sensor { struct553 struct ConfigStat pConfig; // pending config status request554 struct TripleAxisDataEvent *data_evt;555 uint32_t handle;556 uint32_t rate;557 uint64_t latency;558 uint64_t prev_rtc_time;559 int16_t offset[3];560 int16_t data[3];561 bool updated;[all …]