Go to the source code of this file.
Data Structures | |
union | U32u |
Used for manipulating Little/Big-Endian longwords (32 bits). More... | |
union | U16u |
Used for manipulating Little/Big-Endian words (16 bits). More... | |
Typedefs | |
typedef unsigned char | U8 |
unsigned 8-bit value | |
typedef unsigned short | U16 |
unsigned 16-bit value | |
typedef unsigned long int | U32 |
unsigned 32-bit value | |
typedef signed char | S8 |
signed 8-bit value | |
typedef signed short | S16 |
signed 16-bit value | |
typedef signed long int | S32 |
signed 32-bit value |
typedef signed short S16 |
signed 16-bit value
typedef signed long int S32 |
signed 32-bit value
typedef signed char S8 |
signed 8-bit value
typedef unsigned short U16 |
unsigned 16-bit value
typedef unsigned long int U32 |
unsigned 32-bit value
typedef unsigned char U8 |
unsigned 8-bit value