Searched refs:INV_MPU6050_BIT_PWR_GYRO_STBY (Results 1 – 3 of 3) sorted by relevance
168 if (INV_MPU6050_BIT_PWR_GYRO_STBY == mask) { in inv_mpu6050_switch_engine()177 if ((INV_MPU6050_BIT_PWR_GYRO_STBY == mask) && (!en)) { in inv_mpu6050_switch_engine()201 if (INV_MPU6050_BIT_PWR_GYRO_STBY == mask) { in inv_mpu6050_switch_engine()328 INV_MPU6050_BIT_PWR_GYRO_STBY); in inv_mpu6050_read_raw()337 INV_MPU6050_BIT_PWR_GYRO_STBY); in inv_mpu6050_read_raw()761 INV_MPU6050_BIT_PWR_GYRO_STBY); in inv_check_and_setup_chip()
54 INV_MPU6050_BIT_PWR_GYRO_STBY); in inv_mpu6050_set_enable()81 INV_MPU6050_BIT_PWR_GYRO_STBY); in inv_mpu6050_set_enable()
162 #define INV_MPU6050_BIT_PWR_GYRO_STBY 0x07 macro