Home
last modified time | relevance | path

Searched refs:ofs (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/drivers/sensor/bosch/bmi160/
Dbmi160.c419 const struct sensor_value *ofs) in bmi160_acc_ofs_set() argument
434 for (i = 0; i < BMI160_AXES; i++, ofs++) { in bmi160_acc_ofs_set()
437 CLAMP(sensor_value_to_micro(ofs) / BMI160_ACC_OFS_LSB, INT8_MIN, INT8_MAX); in bmi160_acc_ofs_set()
603 const struct sensor_value *ofs) in bmi160_gyr_ofs_set() argument
622 for (i = 0; i < BMI160_AXES; i++, ofs++) { in bmi160_gyr_ofs_set()
624 ofs_u = ofs->val1 * 1000000ULL + ofs->val2; in bmi160_gyr_ofs_set()