Searched refs:yValue (Results 1 – 2 of 2) sorted by relevance
164 void MAG3110_CalibrateHardIronOffset(int16_t* xValue, int16_t* yValue, int16_t* zValue) in MAG3110_CalibrateHardIronOffset() argument172 yOffsetMax = (*yValue > yOffsetMax)?(*yValue):(yOffsetMax); in MAG3110_CalibrateHardIronOffset()173 yOffsetMin = (*yValue < yOffsetMin)?(*yValue):(yOffsetMin); in MAG3110_CalibrateHardIronOffset()179 *yValue -= (yOffsetMax+yOffsetMin)/2; in MAG3110_CalibrateHardIronOffset()
122 void MAG3110_CalibrateHardIronOffset(int16_t* xValue, int16_t* yValue, int16_t* zValue);