ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
isf_sensor_base_types.h
Go to the documentation of this file.
1 /**
2  * @file isf_sensor_base_types.h
3  *
4  * @brief The \b isf_sensor_base_types.h file contains declarations for the general base types
5  * used in the isf sensor type-specific header files.
6  *
7  * @copyright Copyright (c) 2015, Freescale Semiconductor, Inc.
8  */
9 #ifndef ISF_SENSOR_BASE_TYPES_H_
10 #define ISF_SENSOR_BASE_TYPES_H_
11 
12 #include <isf_types.h>
13 
14 /** @brief Standard timestamp */
16 
17 #endif /* ISF_SENSOR_BASE_TYPES_H_ */
The isf_types.h file contains the ISF data type definitions and some of the globally used macros...
uint32 isf_timestamp_t
Standard timestamp.
unsigned long int uint32
Definition: isf_types.h:78