10 #ifndef ISF_MAGNETOMETER_TYPES_H_
11 #define ISF_MAGNETOMETER_TYPES_H_
Standard fixed type for two axis accelerometers.
Standard fixed type for three axis accelerometers.
isf_timestamp_t timestamp
isf_timestamp_t timestamp
Standard fixed type for single axis accelerometers.
isf_SensorDataTypes_t TYPE_MAGNETIC_FIELD_STRENGTH_2D
float isf_fieldStrength_uT_float_t
isf_fieldStrength_uT_float_t fieldStrength
isf_timestamp_t timestamp
isf_timestamp_t timestamp
isf_timestamp_t timestamp
The isf_sensor_base_types.h file contains declarations for the general base types used in the isf sen...
uint32 isf_timestamp_t
Standard timestamp.
long int32
This defines int32 as long.
isf_timestamp_t timestamp
isf_SensorDataTypes_t TYPE_MAGNETIC_FIELD_STRENGTH_1D
isf_SensorDataTypes_t TYPE_MAGNETIC_FIELD_STRENGTH_3D
int32 isf_microTeslas_fixed_32s1i14_t
ISF sensors standard fixed point magnetometer type in microTeslas using AC_Fixed(32,14,1) notation This means of 32 total bits, 14 are used to represent the integer portion with the MSB as a sign bit. This leaves 17 bits for the fractional component. The LSB is therefore ~ 7.62939453125e-6 uT. The type can contain field strengths in the +/-8192 uT range.