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

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

Include dependency graph for isf_gyrometer_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_AngularVelocity1D_EngFixed_t
 Standard fixed type for single axis accelerometers. More...
 
struct  isf_AngularVelocity2D_EngFixed_t
 Standard fixed type for two axis accelerometers. More...
 
struct  isf_AngularVelocity3D_EngFixed_t
 Standard fixed type for three axis accelerometers. More...
 
struct  isf_AngularVelocity1D_RawCount_t
 Standard raw type for single axis accelerometers. More...
 
struct  isf_AngularVelocity2D_RawCount_t
 Standard raw type for two axes accelerometers. More...
 
struct  isf_AngularVelocity3D_RawCount_t
 Standard raw type for three axes accelerometers. More...
 
struct  isf_AngularVelocity1D__float_t
 Standard float type for single axis accelerometers. More...
 
struct  isf_AngularVelocity2D__float_t
 Standard float type for two axis accelerometers. More...
 
struct  isf_AngularVelocity3D__float_t
 Standard float type for three axis accelerometers. More...
 

Typedefs

typedef int32 isf_gyrometer_dps_fixed_32s1i16_t
 ISF sensors standard fixed point gyrometer type in degrees per second 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 dps. The type can contain accelerations in the +/- 32768 dps range. More...
 
typedef int16 isf_gyrometer_dps_raw_16count_t
 
typedef float isf_gyrometer_dps_float_t
 ISF sensors standard fixed point gyrometer type in degrees per second. More...
 

Detailed Description

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

Definition in file isf_gyrometer_types.h.

Typedef Documentation

ISF sensors standard fixed point gyrometer type in degrees per second 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 dps. The type can contain accelerations in the +/- 32768 dps range.

Definition at line 22 of file isf_gyrometer_types.h.

ISF sensors standard fixed point gyrometer type in degrees per second.

Definition at line 61 of file isf_gyrometer_types.h.

Definition at line 42 of file isf_gyrometer_types.h.