Searched defs:MagSensor (Results 1 – 1 of 1) sorted by relevance
214 struct MagSensor struct216 uint8_t iWhoAmI; ///< sensor whoami217 bool isEnabled; ///< true if the device is sampling218 uint8_t iFIFOCount; ///< number of measurements read from FIFO219 …16_t iFIFOExceeded; ///< Number of samples received in excess of software FIFO size220 int16_t iBsFIFO[MAG_FIFO_SIZE][3]; ///< FIFO measurements (counts)222 float fBs[3]; ///< averaged un-calibrated measurement (uT)223 float fBc[3]; ///< averaged calibrated measurement (uT)224 float fuTPerCount; ///< uT per count225 float fCountsPeruT; ///< counts per uT[all …]