intel_pld_device::checkpos is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDintel_pld_device::checkpos

intel_pld_device::checkpos field

Syntax

int checkpos;

References

LocationReferrerText
intel.c:36
int checkpos;
intel.c:47intel_check_config()
if (intel_info->checkpos >= 0 && (unsigned int)intel_info->checkpos >= intel_info->boundary_scan_length) {
intel.c:49intel_check_config()
intel.c:169intel_load()
if (intel_info->checkpos != -1)
intel.c:170intel_load()
retval = ((buf[intel_info->checkpos / 8] & (1 << (intel_info->checkpos % 8)))) ?
intel.c:284intel_set_check_pos_command_handler()
intel_info->checkpos = checkpos;
intel.c:331intel_pld_create_command()
intel_info->checkpos = -1;

Data Use

Functions writing intel_pld_device::checkpos
Functions reading intel_pld_device::checkpos
intel_pld_device::checkpos
all items filtered out