PIC24 Support Libraries
Data Structures
pic24_unions.h File Reference
#include <stdint.h>

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...
 

Detailed Description

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

Definition in file pic24_unions.h.