ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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) 2014, 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_ */
uint32
unsigned long uint32
This defines uint32 as unsigned long.
Definition:
isf_types.h:36
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
© Freescale Semiconductor, Inc. 2015. All Rights Reserved.