Searched refs:INV_MPU6050_SENSOR_ACCL (Results 1 – 3 of 3) sorted by relevance
344 if (mask & INV_MPU6050_SENSOR_ACCL && en == st->chip_config.accl_en) in inv_mpu6050_switch_engine()345 mask &= ~INV_MPU6050_SENSOR_ACCL; in inv_mpu6050_switch_engine()356 if (!en && (mask & INV_MPU6050_SENSOR_ACCL) && st->chip_config.wom_en && in inv_mpu6050_switch_engine()358 mask &= ~INV_MPU6050_SENSOR_ACCL; in inv_mpu6050_switch_engine()386 if (mask & (INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYRO)) { in inv_mpu6050_switch_engine()395 if (mask & INV_MPU6050_SENSOR_ACCL) { in inv_mpu6050_switch_engine()421 if (mask & INV_MPU6050_SENSOR_ACCL) in inv_mpu6050_switch_engine()429 if (mask & INV_MPU6050_SENSOR_ACCL) { in inv_mpu6050_switch_engine()657 INV_MPU6050_SENSOR_ACCL); in inv_mpu6050_read_channel_data()1102 mask = INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_WOM; in inv_mpu6050_enable_wom()[all …]
92 #define INV_MPU6050_SENSOR_ACCL BIT(0) macro
51 mask |= INV_MPU6050_SENSOR_ACCL; in inv_scan_query_mpu6050()