Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dfusion.h76 struct PressureSensor *pthisPressure, struct MagCalibration *pthisMagCal);
77 void fInit_1DOF_P_BASIC(struct SV_1DOF_P_BASIC *pthisSV, struct PressureSensor *pthisPressure, flo…
85 void fRun_1DOF_P_BASIC(struct SV_1DOF_P_BASIC *pthisSV, struct PressureSensor *pthisPressure);
Dfusion.c78 struct PressureSensor *pthisPressure, in fFuseSensors() argument
86 fRun_1DOF_P_BASIC(pthisSV_1DOF_P_BASIC, pthisPressure); in fFuseSensors()
155 struct PressureSensor *pthisPressure, float flpftimesecs) in fInit_1DOF_P_BASIC() argument
170 pthisSV->fLPH = pthisPressure->fH; in fInit_1DOF_P_BASIC()
171 pthisSV->fLPT = pthisPressure->fT; in fInit_1DOF_P_BASIC()
420 struct PressureSensor *pthisPressure) in fRun_1DOF_P_BASIC() argument
425 fInit_1DOF_P_BASIC(pthisSV, pthisPressure, FLPFSECS_1DOF_P_BASIC); in fRun_1DOF_P_BASIC()
432 pthisSV->fLPH += pthisSV->flpf * (pthisPressure->fH - pthisSV->fLPH); in fRun_1DOF_P_BASIC()
433 pthisSV->fLPT += pthisSV->flpf * (pthisPressure->fT - pthisSV->fLPT); in fRun_1DOF_P_BASIC()