ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
isf_magnetometer_types.h File Reference

The isf_magnetometer_types.h file contains the ISF data type definitions for use with the ISF generic magnetometer fixed and floating point interface. More...

Include dependency graph for isf_magnetometer_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  isf_MagneticFieldStrength1D_EngFixed_t
 isf_SensorDataTypes_t TYPE_MAGNETIC_FIELD_STRENGTH_1D More...
 
struct  isf_MagneticFieldStrength2D_EngFixed_t
 isf_SensorDataTypes_t TYPE_MAGNETIC_FIELD_STRENGTH_2D More...
 
struct  isf_MagneticFieldStrength3D_EngFixed_t
 isf_SensorDataTypes_t TYPE_MAGNETIC_FIELD_STRENGTH_3D More...
 
struct  isf_MagneticFieldStrength1D_RawCount_t
 isf_SensorDataTypes_t TYPE_MAGNETIC_FIELD_STRENGTH_1D More...
 
struct  isf_MagneticFieldStrength2D_RawCount_t
 isf_SensorDataTypes_t TYPE_MAGNETIC_FIELD_STRENGTH_2D More...
 
struct  isf_MagneticFieldStrength3D_RawCount_t
 isf_SensorDataTypes_t TYPE_MAGNETIC_FIELD_STRENGTH_3D More...
 
struct  isf_MagneticFieldStrength1D_float_t
 Standard fixed type for single axis accelerometers. More...
 
struct  isf_MagneticFieldStrength2D_float_t
 Standard fixed type for two axis accelerometers. More...
 
struct  isf_MagneticFieldStrength3D_float_t
 Standard fixed type for three axis accelerometers. More...
 

Typedefs

typedef int32 isf_microTeslas_fixed_32s1i16_t
 ISF sensors standard fixed point magnetometer type in microTeslas using AC_Fixed(32,16,1) notation This means of 32 total bits, 16 are used to represent the integer portion with the MSB as a sign bit. This leaves 16 bits for the fractional component. The LSB is therefore ~ 0.0000152587890625 uT. The type can contain field strengths in the +/-32768 uT range. More...
 
typedef int16 isf_microTeslas_raw_16count_t
 
typedef float isf_fieldStrength_uT_float_t
 

Detailed Description

The isf_magnetometer_types.h file contains the ISF data type definitions for use with the ISF generic magnetometer fixed and floating point interface.

Definition in file isf_magnetometer_types.h.

Typedef Documentation

Definition at line 65 of file isf_magnetometer_types.h.

ISF sensors standard fixed point magnetometer type in microTeslas using AC_Fixed(32,16,1) notation This means of 32 total bits, 16 are used to represent the integer portion with the MSB as a sign bit. This leaves 16 bits for the fractional component. The LSB is therefore ~ 0.0000152587890625 uT. The type can contain field strengths in the +/-32768 uT range.

Fixed Point magnetometer field strength type definition

Definition at line 25 of file isf_magnetometer_types.h.

Definition at line 45 of file isf_magnetometer_types.h.