Searched refs:bmi160_byte_write (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/sensor/bosch/bmi160/ |
D | bmi160.c | 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() [all …]
|
D | bmi160_trigger.c | 211 if (bmi160_byte_write(dev, BMI160_REG_INT_MOTION1, in bmi160_acc_slope_config() 315 return bmi160_byte_write(dev, BMI160_REG_INT_OUT_CTRL, in bmi160_trigger_mode_init()
|
D | bmi160.h | 531 int bmi160_byte_write(const struct device *dev, uint8_t reg_addr,
|