Document API IEC60730 Library
Static Public Attributes | List of all members
enums.JLinkBreakpoint Class Reference

Static Public Attributes

tuple SW_RAM = (1 << 4)
 
tuple SW_FLASH = (1 << 5)
 
tuple SW = (0x000000F0)
 
tuple HW = (0xFFFFFF00)
 
tuple ANY = (0xFFFFFFF0)
 
tuple ARM = (1 << 0)
 
tuple THUMB = (2 << 0)
 

Detailed Description

J-Link breakpoint types.
Attributes:
  SW_RAM: Software breakpont located in RAM.
  SW_FLASH: Software breakpoint located in flash.
  SW: Software breakpoint located in RAM or flash.
  HW: Hardware breakpoint.
  ANY: Allows specifying any time of breakpoint.
  ARM: Breakpoint in ARM mode (only available on ARM 7/9 cores).
  THUMB: Breakpoint in THUMB mode (only available on ARM 7/9 cores).

The documentation for this class was generated from the following file: