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

TRACE_CTRL Struct Reference

#include <MSP430_EEM.h>


Detailed Description

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


Data Fields

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

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

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


Field 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: