Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dsensor_fusion.h192 struct AccelSensor struct
194 uint8_t iWhoAmI; ///< sensor whoami
195 bool isEnabled; ///< true if the device is sampling
196 uint8_t iFIFOCount; ///< number of measurements read from FIFO
197 …16_t iFIFOExceeded; ///< Number of samples received in excess of software FIFO size
198 int16_t iGsFIFO[ACCEL_FIFO_SIZE][3]; ///< FIFO measurements (counts)
200 float fGs[3]; ///< averaged measurement (g)
201 float fGc[3]; ///< averaged precision calibrated measurement (g)
202 float fgPerCount; ///< g per count
203 float fCountsPerg; ///< counts per g
[all …]