MSP430 DLL API Documentation
3.14.0.0
|
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... | |
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.
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.