Lines Matching refs:bmi160_byte_write
158 int bmi160_byte_write(const struct device *dev, uint8_t reg_addr, in bmi160_byte_write() function
184 return bmi160_byte_write(dev, reg_addr, in bmi160_reg_field_update()
205 if (bmi160_byte_write(dev, BMI160_REG_CMD, cmds[i].cmd) < 0) { in bmi160_pmu_set()
361 if (bmi160_byte_write(dev, BMI160_REG_FOC_CONF, foc_conf) < 0) { in bmi160_do_calibration()
365 if (bmi160_byte_write(dev, BMI160_REG_CMD, BMI160_CMD_START_FOC) < 0) { in bmi160_do_calibration()
402 if (bmi160_byte_write(dev, BMI160_REG_ACC_RANGE, reg_val & 0xff) < 0) { in bmi160_acc_range_set()
439 if (bmi160_byte_write(dev, reg_addr[i], reg_val) < 0) { in bmi160_acc_ofs_set()
585 if (bmi160_byte_write(dev, BMI160_REG_GYR_RANGE, reg_val) < 0) { in bmi160_gyr_range_set()
629 if (bmi160_byte_write(dev, ofs_desc[i].lsb_addr, in bmi160_gyr_ofs_set()
1062 if (bmi160_byte_write(dev, BMI160_REG_CMD, BMI160_CMD_SOFT_RESET) < 0) { in bmi160_init()
1121 if (bmi160_byte_write(dev, BMI160_REG_ACC_RANGE, in bmi160_init()
1132 if (bmi160_byte_write(dev, BMI160_REG_GYR_RANGE, in bmi160_init()