Using the µVision Socket Interface  Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
VSET Struct Reference

Data Fields

TVAL val
 Value of VTREG or register index. More...
 
SSTR str
 Name of VTREG or expression. More...
 

Description

Virtual Register (VTR) data / Register data / Expression to calculate / Watch exprerssion to set/change

This structure contains a Virtual Register (VTR) name and value. The value is contained in val and its name is contained in the str variable.

This structure is used in the following messages:

Client ==> uVision (Request)

Client <== uVision (Response)

Field Documentation

SSTR VSET::str

Name of VTREG or expression.

TVAL VSET::val

Value of VTREG or register index.