Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dfusion.h77 …_BASIC(struct SV_1DOF_P_BASIC *pthisSV, struct PressureSensor *pthisPressure, float flpftimesecs);
78 …_3DOF_G_BASIC(struct SV_3DOF_G_BASIC *pthisSV, struct AccelSensor *pthisAccel, float flpftimesecs);
79 …Init_3DOF_B_BASIC(struct SV_3DOF_B_BASIC *pthisSV, struct MagSensor *pthisMag, float flpftimesecs);
81 …GB_BASIC *pthisSV, struct AccelSensor *pthisAccel, struct MagSensor *pthisMag, float flpftimesecs);
Dfusion.c155 struct PressureSensor *pthisPressure, float flpftimesecs) in fInit_1DOF_P_BASIC() argument
164 if (flpftimesecs > pthisSV->fdeltat) in fInit_1DOF_P_BASIC()
165 pthisSV->flpf = pthisSV->fdeltat / flpftimesecs; in fInit_1DOF_P_BASIC()
180 struct AccelSensor *pthisAccel, float flpftimesecs) in fInit_3DOF_G_BASIC() argument
186 if (flpftimesecs > pthisSV->fdeltat) in fInit_3DOF_G_BASIC()
187 pthisSV->flpf = pthisSV->fdeltat / flpftimesecs; in fInit_3DOF_G_BASIC()
208 struct MagSensor *pthisMag, float flpftimesecs) in fInit_3DOF_B_BASIC() argument
214 if (flpftimesecs > pthisSV->fdeltat) in fInit_3DOF_B_BASIC()
215 pthisSV->flpf = pthisSV->fdeltat / flpftimesecs; in fInit_3DOF_B_BASIC()
252 struct MagSensor *pthisMag, float flpftimesecs) in fInit_6DOF_GB_BASIC() argument
[all …]