Main Page | Data Structures | File List | Data Fields | Globals

MESSAGE_ID Struct Reference

#include <MSP430_EEM.h>


Detailed Description

Event message identification structure: This structure contains the message identifications for the different event messages sent by the DLL. Events are sent by the DLL to inform the caller of a change of state (e.g. breakpoint hit) or to provide data to the caller.


Data Fields

ULONG uiMsgIdSingleStep
 Message identification for "Single step complete" event.

ULONG uiMsgIdBreakpoint
 Message identification for "Breakpoint hit" event.

ULONG uiMsgIdStorage
 Message identification for "Storage on trace buffer" event.

ULONG uiMsgIdState
 Message identification for "Change in new state of the sequencer" event.

ULONG uiMsgIdWarning
 Message identification for "Warning" event.

ULONG uiMsgIdCPUStopped
 Message identification for "Device CPU stopped" event.


Field Documentation

ULONG MESSAGE_ID::uiMsgIdSingleStep
 

Message identification for "Single step complete" event.

ULONG MESSAGE_ID::uiMsgIdBreakpoint
 

Message identification for "Breakpoint hit" event.

ULONG MESSAGE_ID::uiMsgIdStorage
 

Message identification for "Storage on trace buffer" event.

ULONG MESSAGE_ID::uiMsgIdState
 

Message identification for "Change in new state of the sequencer" event.

ULONG MESSAGE_ID::uiMsgIdWarning
 

Message identification for "Warning" event.

ULONG MESSAGE_ID::uiMsgIdCPUStopped
 

Message identification for "Device CPU stopped" event.


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