Home
last modified time | relevance | path

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

/Zephyr-4.1.0/drivers/sensor/st/lsm9ds0_gyro/
Dlsm9ds0_gyro.c42 static int lsm9ds0_gyro_set_fs_raw(const struct device *dev, uint8_t fs) in lsm9ds0_gyro_set_fs_raw() function
73 return lsm9ds0_gyro_set_fs_raw(dev, lsm9ds0_gyro_fs_table[i].reg_val); in lsm9ds0_gyro_set_fs()
283 if (lsm9ds0_gyro_set_fs_raw(dev, LSM9DS0_GYRO_DEFAULT_FULLSCALE) < 0) { in lsm9ds0_gyro_init_chip()