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
basic_types.h
Go to the documentation of this file.
1
/*
2
* basic_types.h
3
*
4
* Created on: Nov 25, 2014
5
* Author: B37804
6
*/
7
8
#ifndef BASIC_TYPES_H_
9
#define BASIC_TYPES_H_
10
11
// these re-define (but with no changes) those in MQX-Lite PE-Types.h for Kinetis
12
typedef
signed
char
int8
;
13
typedef
unsigned
char
uint8
;
14
typedef
signed
short
int
int16
;
15
typedef
unsigned
short
int
uint16
;
16
typedef
signed
long
int
int32
;
17
typedef
unsigned
long
int
uint32
;
18
19
// basic boolean values
20
#define false (0)
21
#define true (1)
22
23
#endif
/* BASIC_TYPES_H_ */
24
25
26
27
28
int8
signed char int8
Definition:
basic_types.h:12
uint8
unsigned char uint8
Definition:
basic_types.h:13
int16
signed short int int16
Definition:
basic_types.h:14
int32
signed long int int32
Definition:
basic_types.h:16
uint16
unsigned short int uint16
Definition:
basic_types.h:15
uint32
unsigned long int uint32
Definition:
basic_types.h:17
© Freescale Semiconductor, Inc. 2015. All Rights Reserved.