Home
last modified time | relevance | path

Searched refs:zValue (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/sensors/
Dmag3110_drv.c164 void MAG3110_CalibrateHardIronOffset(int16_t* xValue, int16_t* yValue, int16_t* zValue) in MAG3110_CalibrateHardIronOffset() argument
175 zOffsetMax = (*zValue > zOffsetMax)?(*zValue):(zOffsetMax); in MAG3110_CalibrateHardIronOffset()
176 zOffsetMin = (*zValue < zOffsetMin)?(*zValue):(zOffsetMin); in MAG3110_CalibrateHardIronOffset()
180 *zValue -= (zOffsetMax+zOffsetMin)/2; in MAG3110_CalibrateHardIronOffset()
Dmag3110_drv.h122 void MAG3110_CalibrateHardIronOffset(int16_t* xValue, int16_t* yValue, int16_t* zValue);