#include <MSP430_EEM.h>
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). |
|
Enable/disable/reset trace buffer (see enumerations of TR_Control).
|
|
Stores history, future, one snap shot or collect data on trigger (see enumerations of TR_Mode) (only if trControl = ST_ENABLE, else ignored).
|
|
Store on instruction fetch or on all cycles (see enumerations of TR_Action) (only trControl = ST_ENABLE and trMode != TR_COLLECT, else ignored).
|