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
Breakpoint Change Codes

Enumerations

enum  CHG_TYPE {
  CHG_KILLBP = 1,
  CHG_ENABLEBP = 2,
  CHG_DISABLEBP = 3,
  CHG_END
}
 

Description

Enumeration Type Documentation

enum CHG_TYPE

Breakpoint change operation definition

Indicates the type of change to make to a breakpoint in the BKCHG structure

Enumerator
CHG_KILLBP 

Delete breakpoint.

CHG_ENABLEBP 

Enable breakpoint.

CHG_DISABLEBP 

Disable breakpoint.

CHG_END 

Always at end.