![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
Data Fields | |
| CHG_TYPE | type |
| Type of operation to perform on the breakpoint. More... | |
| UINT | nTickMark |
| Timestamp of breakpoint as returned by UV_DBG_ENUMERATE_BP. More... | |
| UINT | nRes [8] |
| Reserved (set to 0) More... | |
Breakpoint change data
Data indentifying an operation to be applied to an individual breakpoint.
This structure is used in the following messages:
Client ==> uVision (Request)
| UINT BKCHG::nRes[8] |
Reserved (set to 0)
| UINT BKCHG::nTickMark |
Timestamp of breakpoint as returned by UV_DBG_ENUMERATE_BP.
| CHG_TYPE BKCHG::type |
Type of operation to perform on the breakpoint.