Searched refs:BMI270_SET_BITS (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.5.0/drivers/sensor/bmi270/ |
D | bmi270.c | 165 acc_conf = BMI270_SET_BITS(acc_conf, BMI270_ACC_FILT, in set_accel_odr_osr() 168 acc_conf = BMI270_SET_BITS(acc_conf, BMI270_ACC_FILT, in set_accel_odr_osr() 226 acc_conf = BMI270_SET_BITS(acc_conf, BMI270_ACC_BWP, in set_accel_odr_osr() 353 gyr_conf = BMI270_SET_BITS(gyr_conf, in set_gyro_odr_osr() 356 gyr_conf = BMI270_SET_BITS(gyr_conf, in set_gyro_odr_osr() 360 gyr_conf = BMI270_SET_BITS(gyr_conf, in set_gyro_odr_osr() 363 gyr_conf = BMI270_SET_BITS(gyr_conf, in set_gyro_odr_osr() 385 gyr_conf = BMI270_SET_BITS(gyr_conf, BMI270_GYR_BWP, in set_gyro_odr_osr()
|
D | bmi270.h | 254 #define BMI270_SET_BITS(reg_data, bitname, data) \ macro
|