Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/driverexamples/fxos8700/
Dfxos8700_freemaster_demo.c917 float Bx[2] = {0,0}; in mag_off_noise() local
944 Bx[0]=xx[0]; in mag_off_noise()
945 Bx[1]=xx[0]; in mag_off_noise()
972 if(Bx[0] > xx[j]) Bx[0]=xx[j]; //minimum value in mag_off_noise()
973 if(Bx[1] < xx[j]) Bx[1]=xx[j]; //maximum value in mag_off_noise()
980 offnoiseptr->mag_off[0]=0.5*(Bx[0]+Bx[1]); in mag_off_noise()