Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bmi323/
Dbmi323.h166 #define IMU_BOSCH_BMI323_REG_MASK(reg, field) \ macro
Dbmi323.c200 acc_conf &= ~IMU_BOSCH_BMI323_REG_MASK(ACC_CONF, ODR); in bosch_bmi323_driver_api_set_acc_odr()
249 acc_conf &= ~IMU_BOSCH_BMI323_REG_MASK(ACC_CONF, RANGE); in bosch_bmi323_driver_api_set_acc_full_scale()
278 acc_conf &= ~IMU_BOSCH_BMI323_REG_MASK(ACC_CONF, MODE); in bosch_bmi323_driver_api_set_acc_feature_mask()
302 gyro_conf &= ~IMU_BOSCH_BMI323_REG_MASK(GYRO_CONF, ODR); in bosch_bmi323_driver_api_set_gyro_odr()
351 gyro_conf &= ~IMU_BOSCH_BMI323_REG_MASK(GYRO_CONF, RANGE); in bosch_bmi323_driver_api_set_gyro_full_scale()
382 gyro_conf &= ~IMU_BOSCH_BMI323_REG_MASK(GYRO_CONF, MODE); in bosch_bmi323_driver_api_set_gyro_feature_mask()