ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
Main Page
Modules
Data Structures
Files
File List
Globals
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 */
15
typedef
uint32
isf_timestamp_t
;
16
17
#endif
/* ISF_SENSOR_BASE_TYPES_H_ */
isf_types.h
The isf_types.h file contains the ISF data type definitions and some of the globally used macros...
isf_timestamp_t
uint32 isf_timestamp_t
Standard timestamp.
Definition:
isf_sensor_base_types.h:15
uint32
unsigned long int uint32
Definition:
isf_types.h:78
© Freescale Semiconductor, Inc. 2016. All Rights Reserved.