BSP430  20141115
Board Support Package for MSP430 microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
uBSP430eventAnyType Union Reference

#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 )()
 

Detailed Description

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.


The documentation for this union was generated from the following file: