Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bmi160/
Dbmi160.c446 BMI160_ACC_OFS_EN_POS, in bmi160_acc_ofs_set()
447 BIT(BMI160_ACC_OFS_EN_POS), 1); in bmi160_acc_ofs_set()
498 BMI160_ACC_OFS_EN_POS, in bmi160_acc_calibrate()
499 BIT(BMI160_ACC_OFS_EN_POS), 1); in bmi160_acc_calibrate()
745 FIELD_GET(BIT(BMI160_ACC_OFS_EN_POS), data[6]) == 0) || in bmi160_attr_get()
Demul_bmi160.c461 cfg->reg[BMI160_REG_OFFSET_EN] &= ~BIT(BMI160_ACC_OFS_EN_POS); in bmi160_emul_backend_set_offset()
467 cfg->reg[BMI160_REG_OFFSET_EN] |= BIT(BMI160_ACC_OFS_EN_POS); in bmi160_emul_backend_set_offset()
Dbmi160.h202 #define BMI160_ACC_OFS_EN_POS 6 macro