43 typedef union _union16 {
    49 typedef union _union32 {
    61 typedef union _union64 {
 A union type for byte or word access for 16 bit values. 
A union type for byte, word, or dword access for 32 bit values. 
A union type for byte, word, or dword access for 64 bit values. 
unsigned char uint8_t
An abbreviation for an 8-bit unsigned integer.