Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bmi160/
Dbmi160.h348 # define BMI160_DEFAULT_RANGE_GYR BMI160_GYR_RANGE_2000DPS macro
350 # define BMI160_DEFAULT_RANGE_GYR BMI160_GYR_RANGE_1000DPS macro
352 # define BMI160_DEFAULT_RANGE_GYR BMI160_GYR_RANGE_500DPS macro
354 # define BMI160_DEFAULT_RANGE_GYR BMI160_GYR_RANGE_250DPS macro
356 # define BMI160_DEFAULT_RANGE_GYR BMI160_GYR_RANGE_125DPS macro
Dbmi160.c839 gyr_range = BMI160_DEFAULT_RANGE_GYR; in bmi160_attr_get()
1133 BMI160_DEFAULT_RANGE_GYR) < 0) { in bmi160_init()
1138 gyr_range = bmi160_gyr_reg_val_to_range(BMI160_DEFAULT_RANGE_GYR); in bmi160_init()