![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
Data Fields | |
| UINT | bAutoStart: 1 |
| 1:=start the target if it is not running, 0:=do not start the target More... | |
| UINT | bCycles: 1 |
| 1:=interval is in cycles, 0:=interval is in seconds More... | |
| UINT | bSetInterval: 1 |
| 1:=set the callback interval in this message, 0:=don't set a callback More... | |
| UINT | __pad0__:29 |
| Reserved. More... | |
| float | fSeconds |
| Wake interval in seconds (if bCycles:=0) More... | |
| xI64 | iCycles |
| Wake interval in cycles (if bCycles:=1) More... | |
| UINT | nRes [7] |
| Reserved. More... | |
Wake interval data
Contains data indicating how to set a wake interval time.
This structure is used in the following messages:
Client ==> uVision (Request)
| UINT iINTERVAL::__pad0__ |
Reserved.
| UINT iINTERVAL::bAutoStart |
1:=start the target if it is not running, 0:=do not start the target
| UINT iINTERVAL::bCycles |
1:=interval is in cycles, 0:=interval is in seconds
| UINT iINTERVAL::bSetInterval |
1:=set the callback interval in this message, 0:=don't set a callback
| float iINTERVAL::fSeconds |
Wake interval in seconds (if bCycles:=0)
| xI64 iINTERVAL::iCycles |
Wake interval in cycles (if bCycles:=1)
| UINT iINTERVAL::nRes[7] |
Reserved.