include/pic24_generic.h File Reference

Go to the source code of this file.

Data Structures

union  union16
 A union type for byte or word access for 16 bit values. More...
union  union32
 A union type for byte, word, or dword access for 32 bit values. More...
union  union64
 A union type for byte, word, or dword access for 64 bit values. More...

Typedefs

typedef unsigned char uint8
typedef unsigned short uint16
typedef unsigned long uint32
typedef unsigned long long uint64
typedef signed char int8
typedef signed short int16
typedef signed long int32
typedef signed long long int64


Detailed Description

Typedefs and structures to allow for generic 8-, 16-, 32-, and 64-bit variables.

Definition in file pic24_generic.h.


Typedef Documentation

typedef signed short int16

signed 16-bit integers

Note:
Prefix for all int16s is i16_

Definition at line 64 of file pic24_generic.h.

typedef signed long int32

signed 32-bit integers

Note:
Prefix for all int32s is i32_

Definition at line 68 of file pic24_generic.h.

typedef signed long long int64

signed 64-bit integers

Note:
Prefix for all int64s is i64_

Definition at line 72 of file pic24_generic.h.

typedef signed char int8

signed 8-bit integers

Note:
Prefix for all int8s is i8_

Definition at line 60 of file pic24_generic.h.

typedef unsigned short uint16

unsigned 16-bit integers

Note:
Prefix for all uint16s is u16_

Definition at line 47 of file pic24_generic.h.

typedef unsigned long uint32

unsigned 32-bit integers

Note:
Prefix for all uint32s is u32_

Definition at line 51 of file pic24_generic.h.

typedef unsigned long long uint64

unsigned 64-bit integers

Note:
Prefix for all uint64s is u64_

Definition at line 55 of file pic24_generic.h.

typedef unsigned char uint8

unsigned 8-bit integers

Note:
Prefix for all uint8s is u8_

Definition at line 43 of file pic24_generic.h.


Generated on Sun Mar 15 11:14:22 2009 for PIC24 Support Libraries by  doxygen 1.5.8