Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bmi08x/
Dbmi08x_gyro.c149 static int bmi08x_gyr_odr_set(const struct device *dev, uint16_t freq_int, uint16_t freq_milli) in bmi08x_gyr_odr_set() function
192 return bmi08x_gyr_odr_set(dev, val->val1, val->val2 / 1000); in bmi08x_gyr_config()