CMSIS2000  0.0.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
generic_types8.h File Reference

Bit wide data types for 8 platform. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef signed int int16_t
typedef signed long int int32_t
typedef signed long long int int64_t
typedef signed char int8_t
typedef unsigned int uint16_t
typedef unsigned long int uint32_t
typedef unsigned long long int uint64_t
typedef unsigned char uint8_t

Detailed Description

Bit wide data types for 8 platform.

Author
Dmitriy Cherepanov
Date
2010
Warning
include <stdint.h> must typedef this definitions

Definition in file generic_types8.h.

Typedef Documentation

typedef signed int int16_t

Definition at line 52 of file generic_types8.h.

typedef signed long int int32_t

Definition at line 54 of file generic_types8.h.

typedef signed long long int int64_t

Definition at line 56 of file generic_types8.h.

typedef signed char int8_t

Definition at line 50 of file generic_types8.h.

typedef unsigned int uint16_t

Definition at line 51 of file generic_types8.h.

typedef unsigned long int uint32_t

Definition at line 53 of file generic_types8.h.

typedef unsigned long long int uint64_t

Definition at line 55 of file generic_types8.h.

typedef unsigned char uint8_t

Definition at line 49 of file generic_types8.h.