MSP430 DLL API Documentation  3.14.0.0
Public Attributes | List of all members
TRACE_BUFFER Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ lTrBufMAB

int32_t TRACE_BUFFER::lTrBufMAB

Trace buffer MAB.

◆ lTrBufMDB

int32_t TRACE_BUFFER::lTrBufMDB

Trace buffer MDB.

◆ wTrBufCNTRL

uint16_t TRACE_BUFFER::wTrBufCNTRL

Trace buffer control signals.


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