MSP430 DLL API Documentation
3.14.0.0
|
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... | |
Trace parameter structure: The data structure contains the configuration settings of the EEM trace function.
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)