MSP430 DLL API Documentation  3.9.1.2
Public Attributes | List of all members
MESSAGE_ID Struct Reference

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. More...

#include <MSP430_EEM.h>

Public Attributes

uint32_t uiMsgIdSingleStep
 Message identification for "Single step complete" event. More...
 
uint32_t uiMsgIdBreakpoint
 Message identification for "Breakpoint hit" event. More...
 
uint32_t uiMsgIdStorage
 Message identification for "Storage on trace buffer" event. More...
 
uint32_t uiMsgIdState
 Message identification for "Change in new state of the sequencer" event. More...
 
uint32_t uiMsgIdWarning
 Message identification for "Warning" event. More...
 
uint32_t uiMsgIdCPUStopped
 Message identification for "Device CPU stopped" event. More...
 

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.

Member Data Documentation

uint32_t MESSAGE_ID::uiMsgIdSingleStep

Message identification for "Single step complete" event.

uint32_t MESSAGE_ID::uiMsgIdBreakpoint

Message identification for "Breakpoint hit" event.

uint32_t MESSAGE_ID::uiMsgIdStorage

Message identification for "Storage on trace buffer" event.

uint32_t MESSAGE_ID::uiMsgIdState

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

uint32_t MESSAGE_ID::uiMsgIdWarning

Message identification for "Warning" event.

uint32_t MESSAGE_ID::uiMsgIdCPUStopped

Message identification for "Device CPU stopped" event.


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