Searched refs:out_h (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/sensor/st/lsm9ds0_mfd/ |
D | lsm9ds0_mfd.c | 213 uint8_t out_l, out_h; in lsm9ds0_mfd_sample_fetch_accel() local 217 i2c_reg_read_byte_dt(&config->i2c, LSM9DS0_MFD_REG_OUT_X_H_A, &out_h) < 0) { in lsm9ds0_mfd_sample_fetch_accel() 223 ((uint16_t)(out_h) << 8)); in lsm9ds0_mfd_sample_fetch_accel() 228 i2c_reg_read_byte_dt(&config->i2c, LSM9DS0_MFD_REG_OUT_Y_H_A, &out_h) < 0) { in lsm9ds0_mfd_sample_fetch_accel() 234 ((uint16_t)(out_h) << 8)); in lsm9ds0_mfd_sample_fetch_accel() 239 i2c_reg_read_byte_dt(&config->i2c, LSM9DS0_MFD_REG_OUT_Z_H_A, &out_h) < 0) { in lsm9ds0_mfd_sample_fetch_accel() 245 ((uint16_t)(out_h) << 8)); in lsm9ds0_mfd_sample_fetch_accel() 261 uint8_t out_l, out_h; in lsm9ds0_mfd_sample_fetch_magn() local 264 i2c_reg_read_byte_dt(&config->i2c, LSM9DS0_MFD_REG_OUT_X_H_M, &out_h) < 0) { in lsm9ds0_mfd_sample_fetch_magn() 270 ((uint16_t)(out_h) << 8)); in lsm9ds0_mfd_sample_fetch_magn() [all …]
|