![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
The isf_pressure_types.h file contains the ISF data type definitions for use with the ISF generic pressure fixed and floating point interface. More...
#include <isf_sensor_base_types.h>
Go to the source code of this file.
Data Structures | |
struct | isf_KiloPascals1D_EngFixed_t |
Standard fixed type for single axis pressure sensor. More... | |
struct | isf_KiloPascals1D_float_t |
Standard floating point type for single axis pressure sensor. More... | |
Typedefs | |
typedef int32 | isf_pressure_kPa_fixed_32s1i16_t |
ISF sensors standard fixed point pressure in kiloPascals 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 kPas. The type can contain pressures in the +/- 32768 kPa range. More... | |
typedef float | isf_pressure_kPa_float_t |
ISF sensors standard floating point pressure in kiloPascals. More... | |
The isf_pressure_types.h file contains the ISF data type definitions for use with the ISF generic pressure fixed and floating point interface.
Definition in file isf_pressure_types.h.
ISF sensors standard fixed point pressure in kiloPascals 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 kPas. The type can contain pressures in the +/- 32768 kPa range.
Definition at line 22 of file isf_pressure_types.h.
typedef float isf_pressure_kPa_float_t |
ISF sensors standard floating point pressure in kiloPascals.
Definition at line 33 of file isf_pressure_types.h.