Searched defs:lsm6dsv16x_data (Results 1 – 1 of 1) sorted by relevance
124 struct lsm6dsv16x_data { struct125 const struct device *dev;126 int16_t acc[3];127 uint32_t acc_gain;128 int16_t gyro[3];129 uint32_t gyro_gain;131 int16_t temp_sample;134 uint8_t ext_data[LSM6DSV16X_SHUB_MAX_NUM_TARGETS][6];135 uint16_t magn_gain;137 struct hts221_data {[all …]