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
BKCHG Struct Reference

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...
 

Description

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)

Field Documentation

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.