pic24_generic.h File Reference

Go to the source code of this file.

Classes

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 int uint16
typedef unsigned long uint32
typedef unsigned long long uint64
typedef signed char int8
typedef signed int int16
typedef signed long int32
typedef signed long long int64
typedef union _union16 union16
 A union type for byte or word access for 16 bit values.
typedef union _union32 union32
 A union type for byte, word, or dword access for 32 bit values.
typedef union _union64 union64
 A union type for byte, word, or dword access for 64 bit values.


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 int 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 int 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 Mon Oct 18 07:40:48 2010 for Python-on-a-chip by  doxygen 1.5.9