MSP430 DLL API Documentation
3.9.1.2
|
Trace buffer readout structure: The data structure is a copy of one position of the hardware trace buffer. They consist of data in a 40 bit buffer. The 40 bits are divided in 16 bit MAB, 16 bit MDB and 8 bit control signals. More...
#include <MSP430_EEM.h>
Public Attributes | |
int32_t | lTrBufMAB |
Trace buffer MAB. More... | |
int32_t | lTrBufMDB |
Trace buffer MDB. More... | |
uint16_t | wTrBufCNTRL |
Trace buffer control signals. More... | |
Trace buffer readout structure: The data structure is a copy of one position of the hardware trace buffer. They consist of data in a 40 bit buffer. The 40 bits are divided in 16 bit MAB, 16 bit MDB and 8 bit control signals.
int32_t TRACE_BUFFER::lTrBufMAB |
Trace buffer MAB.
int32_t TRACE_BUFFER::lTrBufMDB |
Trace buffer MDB.
uint16_t TRACE_BUFFER::wTrBufCNTRL |
Trace buffer control signals.