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

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

Include dependency graph for isf_temperature_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_DegreesCelsius1D_EngFixed_t
 Standard fixed type for single axis pressure sensor. More...
 
struct  isf_DegreesCelsius1D_float_t
 Standard floating point type for single axis temperature sensor. More...
 

Typedefs

typedef int32 isf_temperature_degC_fixed_32s1i16_t
 ISF sensors standard fixed point temperature in degrees Celsius using AC_Fixed(32,16,1) notation This means of 32 total bits, 16 are used to represent the fractional portion and the MSB is used as a sign bit. the LSB is therefore ~1.5259E-05 degC. The type can contain pressures in the +/- 32768 degC range. More...
 
typedef float isf_temperature_degC_float_t
 ISF sensors standard floating point temperature in degC. More...
 

Detailed Description

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

Definition in file isf_temperature_types.h.

Typedef Documentation

ISF sensors standard fixed point temperature in degrees Celsius using AC_Fixed(32,16,1) notation This means of 32 total bits, 16 are used to represent the fractional portion and the MSB is used as a sign bit. the LSB is therefore ~1.5259E-05 degC. The type can contain pressures in the +/- 32768 degC range.

Definition at line 22 of file isf_temperature_types.h.

ISF sensors standard floating point temperature in degC.

Definition at line 32 of file isf_temperature_types.h.