| BSP430
    20141115
    Board Support Package for MSP430 microcontrollers | 
#include <bsp430/utility/event.h>
| Data Fields | |
| char | c | 
| unsigned char | uc | 
| int | i | 
| unsigned int | ui | 
| long | l | 
| unsigned long | ul | 
| uint8_t | u8 | 
| int8_t | i8 | 
| uint16_t | u16 | 
| int16_t | i16 | 
| uint32_t | u32 | 
| int32_t | i32 | 
| size_t | sz | 
| void * | p | 
| void(* | fp )() | 
A utility union that allows event records to hold one value of any scalar type not exceeding 32 bits. The union field that is valid for a particular even tag should be documented at the point the tag is declared.
 1.8.8
 1.8.8