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

Variable watch parameter structure: The data structure contains the settings of one variable. More...

#include <MSP430_EEM.h>

Public Attributes

VwControl_t vwControl
 Set/clear variable. More...
 
uint32_t lAddr
 Address of the watched variable (ignored for VW_CLEAR) More...
 
VwDataType_t vwDataType
 Data type of the variable (ignored for VW_CLEAR) More...
 

Detailed Description

Variable watch parameter structure: The data structure contains the settings of one variable.

Member Data Documentation

◆ vwControl

VwControl_t VARIABLE_WATCH::vwControl

Set/clear variable.

◆ lAddr

uint32_t VARIABLE_WATCH::lAddr

Address of the watched variable (ignored for VW_CLEAR)

◆ vwDataType

VwDataType_t VARIABLE_WATCH::vwDataType

Data type of the variable (ignored for VW_CLEAR)


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