VER is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

VER macro

Syntax

#define VER(x) ((x >> 27) & 0x1f)

Arguments

x

References

LocationText
or1k_tap_vjtag.c:40
#define VER(x) ((x >> 27) & 0x1f)
or1k_tap_vjtag.c:210
LOG_DEBUG("version = %" PRIu32, VER(hub_info));
or1k_tap_vjtag.c:253
LOG_DEBUG("version = %" PRIu32, VER(node_info));