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

#include <bsp430/utility/event.h>

Data Fields

uBSP430eventAnyType u
 
unsigned long timestamp_utt
 
unsigned int seqno
 
unsigned char tag
 
unsigned char flags
 

Detailed Description

A tagged event record

Field Documentation

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.


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