MSP430 DLL API Documentation  3.12.0.004
Public Attributes | List of all members
VAR_WATCH_RESOURCES Struct Reference

Variable watch resource structure: The data structure contains the resources of one variable trigger. More...

#include <MSP430_EEM.h>

Public Attributes

uint16_t vwHandle
 Handle of the variable trigger. More...
 
uint32_t lAddr
 Address of the watched variable. More...
 
VwDataType_t vwDataType
 Data type of the variable. More...
 

Detailed Description

Variable watch resource structure: The data structure contains the resources of one variable trigger.

Member Data Documentation

◆ vwHandle

uint16_t VAR_WATCH_RESOURCES::vwHandle

Handle of the variable trigger.

◆ lAddr

uint32_t VAR_WATCH_RESOURCES::lAddr

Address of the watched variable.

◆ vwDataType

VwDataType_t VAR_WATCH_RESOURCES::vwDataType

Data type of the variable.


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