HomeSort by relevance Sort by last modified time
    Searched full:temp_3 (Results 1 - 1 of 1) sorted by null

  /device/google/contexthub/firmware/src/drivers/bosch_bmi160/
bosch_bmm150_slave.c 53 int32_t temp_1, temp_2, temp_3, temp_4; local
69 temp_3 = ((temp_1 + temp_2) >> 9) + ((int32_t)BMM150_CALIB_HEX_LACKS);
70 temp_4 = ((int32_t)mag_x) * ((temp_3 * ((int32_t)(((int16_t)magTask->dig_x2) + ((int16_t)0xa0)))) >> 12);
89 int32_t temp_1, temp_2, temp_3, temp_4; local
105 temp_3 = ((temp_1 + temp_2) >> 9) + ((int32_t)BMM150_CALIB_HEX_LACKS);
106 temp_4 = ((int32_t)mag_y) * ((temp_3 * ((int32_t)(((int16_t)magTask->dig_y2) + ((int16_t)0xa0)))) >> 12);

Completed in 44 milliseconds