jaylink_device_capability is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDjaylink_device_capability

jaylink_device_capability enum

Device capabilities.

Syntax

enum jaylink_device_capability {     JAYLINK_DEV_CAP_GET_HW_VERSION = 1,     JAYLINK_DEV_CAP_ADAPTIVE_CLOCKING = 3,     JAYLINK_DEV_CAP_READ_CONFIG = 4,     JAYLINK_DEV_CAP_WRITE_CONFIG = 5,     JAYLINK_DEV_CAP_GET_SPEEDS = 9,     JAYLINK_DEV_CAP_GET_FREE_MEMORY = 11,     JAYLINK_DEV_CAP_GET_HW_INFO = 12,     JAYLINK_DEV_CAP_SET_TARGET_POWER = 13,     JAYLINK_DEV_CAP_SELECT_TIF = 17,     JAYLINK_DEV_CAP_GET_COUNTERS = 19,     JAYLINK_DEV_CAP_SWO = 23,     JAYLINK_DEV_CAP_FILE_IO = 26,     JAYLINK_DEV_CAP_REGISTER = 27,     JAYLINK_DEV_CAP_GET_EXT_CAPS = 31,     JAYLINK_DEV_CAP_EMUCOM = 33,     JAYLINK_DEV_CAP_ETHERNET = 38,     JAYLINK_DEV_CAP_SPI = 56, };

Values

Device supports retrieval of the hardware version. Read more...
Device supports adaptive clocking. Read more...
Device supports reading configuration data. Read more...
Device supports writing configuration data. Read more...
Device supports retrieval of target interface speeds. Read more...
Device supports retrieval of free memory size. Read more...
Device supports retrieval of hardware information. Read more...
Device supports the setting of the target power supply. Read more...
Device supports target interface selection. Read more...
Device supports retrieval of counter values. Read more...
Device supports capturing of SWO trace data. Read more...
Device supports file I/O operations. Read more...
Device supports registration of connections. Read more...
Device supports retrieval of extended capabilities. Read more...
Device supports EMUCOM. Read more...
Device supports ethernet connectivity. Read more...
Device supports SPI. Read more...

References

LocationText
libjaylink.h:127
enum jaylink_device_capability {