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

Trace parameter structure: The data structure contains the configuration settings of the EEM trace function. More...

#include <MSP430_EEM.h>

Public Attributes

TrControl_t trControl
 Enable/disable/reset trace buffer (see enumerations of TR_Control) More...
 
TrMode_t trMode
 Stores history, future, one snap shot or collect data on trigger (see enumerations of TR_Mode) (only if trControl = ST_ENABLE, else ignored) More...
 
TrAction_t trAction
 Store on instruction fetch or on all cycles (see enumerations of TR_Action) (only trControl = ST_ENABLE and trMode != TR_COLLECT, else ignored) More...
 

Detailed Description

Trace parameter structure: The data structure contains the configuration settings of the EEM trace function.

Member Data Documentation

TrControl_t TRACE_CTRL::trControl

Enable/disable/reset trace buffer (see enumerations of TR_Control)

TrMode_t TRACE_CTRL::trMode

Stores history, future, one snap shot or collect data on trigger (see enumerations of TR_Mode) (only if trControl = ST_ENABLE, else ignored)

TrAction_t TRACE_CTRL::trAction

Store on instruction fetch or on all cycles (see enumerations of TR_Action) (only trControl = ST_ENABLE and trMode != TR_COLLECT, else ignored)


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