Home
last modified time | relevance | path

Searched defs:SensorFusionGlobals (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dsensor_fusion.h454 typedef struct SensorFusionGlobals struct
462 struct ControlSubsystem *pControlSubsystem;
463 struct StatusSubsystem *pStatusSubsystem;
467 uint32_t iFlags; ///< a bit-field of sensors and algorithms used
468 struct PhysicalSensor *pSensors; ///< a linked list of physical sensors
469 volatile uint8_t iPerturbation; ///< test perturbation to be applied
471 int32_t loopcounter; ///< counter incrementing each iteration of sensor fusion (typically 25Hz)
472 int32_t systick_I2C; ///< systick counter to benchmark I2C reads
473 int32_t systick_Spare; ///< systick counter for counts spare waiting for timing interrupt
481 struct PressureSensor Pressure; ///< pressure sensor storage
[all …]