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

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

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

Go to the source code of this file.

Typedefs

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

Detailed Description

Bit wide data types for 32 platform.

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

Definition in file generic_types32.h.

Typedef Documentation

typedef signed short int16_t

Definition at line 51 of file generic_types32.h.

typedef signed long int32_t

Definition at line 53 of file generic_types32.h.

typedef signed long long int64_t

Definition at line 55 of file generic_types32.h.

typedef signed char int8_t

Definition at line 49 of file generic_types32.h.

typedef unsigned short uint16_t

Definition at line 50 of file generic_types32.h.

typedef unsigned long uint32_t

Definition at line 52 of file generic_types32.h.

typedef unsigned long long uint64_t

Definition at line 54 of file generic_types32.h.

typedef unsigned char uint8_t

Definition at line 48 of file generic_types32.h.