jaylink_device::hw_version is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDjaylink_device::hw_version

jaylink_device::hw_version field

Hardware version. This field is used for devices with host interface #JAYLINK_HIF_TCP only.

Syntax

References

LocationReferrerText
libjaylink-internal.h:148
struct jaylink_hardware_version hw_version;
device.c:438jaylink_device_get_hardware_version()
*version = dev->hw_version;
discovery_tcp.c:85compare_devices()
if (dev->hw_version.type != new_dev->hw_version.type)
discovery_tcp.c:88compare_devices()
if (dev->hw_version.major != new_dev->hw_version.major)
discovery_tcp.c:91compare_devices()
if (dev->hw_version.minor != new_dev->hw_version.minor)
discovery_tcp.c:94compare_devices()
if (dev->hw_version.revision != new_dev->hw_version.revision)
discovery_tcp.c:136parse_adv_message()
dev->hw_version.type = (tmp / 1000000) % 100;
discovery_tcp.c:137parse_adv_message()
dev->hw_version.major = (tmp / 10000) % 100;
discovery_tcp.c:138parse_adv_message()
dev->hw_version.minor = (tmp / 100) % 100;
discovery_tcp.c:139parse_adv_message()
dev->hw_version.revision = tmp % 100;
discovery_tcp.c:222probe_device()
dev->hw_version = tmp.hw_version;

Data Use

Functions writing jaylink_device::hw_version
Functions reading jaylink_device::hw_version
all items filtered out
jaylink_device::hw_version
Type of jaylink_device::hw_version
jaylink_device::hw_version
all items filtered out