![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
Data Fields | |
| UINT | bValue: 1 |
| 1:=Client requested VTR value More... | |
| UINT | vtrType: 8 |
| VTR type (VTT_TYPE) More... | |
| UINT | vtrFrq: 1 |
| 1:=VTR is of type 'XTAL' More... | |
| UINT | vtrClock: 1 |
| 1:=VTR is of type 'CLOCK' More... | |
| UINT | vtrNo:16 |
| VTR internal number. More... | |
| UINT | __pad0__: 5 |
| Reserved. More... | |
| UINT | nRes [7] |
| Reserved. More... | |
| TVAL | value |
| VTR value. More... | |
| char | szName [1] |
| VTR name. More... | |
Virtual register (VTR) enumeration return data
Contains a VTR enumeration item.
This structure is used in the following messages:
Client <== uVision (Async)
| UINT AVTR::__pad0__ |
Reserved.
| UINT AVTR::bValue |
1:=Client requested VTR value
| UINT AVTR::nRes[7] |
Reserved.
| char AVTR::szName[1] |
VTR name.
| TVAL AVTR::value |
VTR value.
| UINT AVTR::vtrClock |
1:=VTR is of type 'CLOCK'
| UINT AVTR::vtrFrq |
1:=VTR is of type 'XTAL'
| UINT AVTR::vtrNo |
VTR internal number.
| UINT AVTR::vtrType |
VTR type (VTT_TYPE)