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

Static Public Attributes

tuple READ_MEMORY = (1 << 1)
 
tuple WRITE_MEMORY = (1 << 2)
 
tuple READ_REGISTERS = (1 << 3)
 
tuple WRITE_REGISTERS = (1 << 4)
 
tuple GO = (1 << 5)
 
tuple STEP = (1 << 6)
 
tuple HALT = (1 << 7)
 
tuple IS_HALTED = (1 << 8)
 
tuple RESET = (1 << 9)
 
tuple RUN_STOP = (1 << 10)
 
tuple TERMINAL = (1 << 11)
 
tuple DCC = (1 << 14)
 
tuple HSS = (1 << 15)
 

Detailed Description

Target CPU Cabilities.

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