Searched defs:ism330dhcx_data (Results 1 – 1 of 1) sorted by relevance
59 struct ism330dhcx_data { struct60 const struct device *dev;61 int16_t acc[3];62 uint32_t acc_gain;63 int16_t gyro[3];64 uint32_t gyro_gain;66 int temp_sample;69 uint8_t ext_data[2][6];70 uint16_t magn_gain;72 struct hts221_data {[all …]