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

intel_pld_device struct

Syntax

struct intel_pld_device {     struct jtag_tap *tap;     unsigned int boundary_scan_length;     int checkpos;     enum intel_family_e family; };

Fields

tap

No summary provided. Read more...

boundary_scan_length

No summary provided. Read more...

checkpos

No summary provided. Read more...

family

No summary provided. Read more...

References

LocationReferrerScopeText
intel.c:33
struct intel_pld_device {
intel.c:40intel_check_config()
static int intel_check_config(struct intel_pld_device *intel_info)
intel.c:106intel_load()
struct intel_pld_device *intel_info = pld_device->driver_priv;
intel.c:215intel_get_ipdbg_hub()
struct intel_pld_device *pld_device_info = pld_device->driver_priv;
intel.c:254intel_set_bscan_command_handler()
struct intel_pld_device *intel_info = pld_device->driver_priv;
intel.c:279intel_set_check_pos_command_handler()
struct intel_pld_device *intel_info = pld_device->driver_priv;
intel.c:323intel_pld_create_command()
struct intel_pld_device *intel_info = malloc(sizeof(struct intel_pld_device));

Type Use

Variables of intel_pld_device type
intel_load()::intel_info
intel_get_ipdbg_hub()::pld_device_info
intel_set_bscan_command_handler()::intel_info
intel_set_check_pos_command_handler()::intel_info
intel_pld_create_command()::intel_info
all items filtered out
intel_pld_device
Allocators of intel_pld_device
all items filtered out
intel_pld_device