|
BSP430
20141115
Board Support Package for MSP430 microcontrollers
|
#include <bsp430/utility/event.h>
Data Fields | |
| uBSP430eventAnyType | u |
| unsigned long | timestamp_utt |
| unsigned int | seqno |
| unsigned char | tag |
| unsigned char | flags |
A tagged event record
| unsigned char sBSP430eventTagRecord::flags |
Tag-specific flags. The semantics of bits in this field should be described in the tag documentation.
| unsigned int sBSP430eventTagRecord::seqno |
The sequence number of the event within its tag.
| unsigned char sBSP430eventTagRecord::tag |
The tag identifier from ucBSP430eventTagAllocate(). Use hBSP430eventTagLookup() to obtain diagnostic information about the tag.
| unsigned long sBSP430eventTagRecord::timestamp_utt |
The ulBSP430uptime() value at the time the event was recorded.
| uBSP430eventAnyType sBSP430eventTagRecord::u |
Tag-specific additional data. The union field used by the tag should be identified by the tag documentation.
1.8.8