OpenOCD
|
Data Fields | |
struct pld_driver * | driver |
void * | driver_priv |
char * | name |
struct pld_device * | next |
struct pld_driver* pld_device::driver |
Definition at line 49 of file pld.h.
Referenced by COMMAND_HANDLER(), pld_connect_spi_to_jtag(), pld_disconnect_spi_from_jtag(), pld_get_jtagspi_stuff_bits(), pld_get_jtagspi_userircode(), and pld_has_jtagspi_instruction().
void* pld_device::driver_priv |
Definition at line 50 of file pld.h.
Referenced by COMMAND_HANDLER(), efinix_get_ipdbg_hub(), efinix_load(), gatemate_connect_spi_to_jtag(), gatemate_disconnect_spi_from_jtag(), gatemate_load(), gowin_get_ipdbg_hub(), gowin_load_to_sram(), gowin_read_register_command(), gowin_reload_command(), intel_get_ipdbg_hub(), intel_load(), lattice_connect_spi_to_jtag(), lattice_disconnect_spi_from_jtag(), lattice_get_ipdbg_hub(), lattice_get_stuff_bits(), lattice_load_command(), virtex2_load(), virtex2_load_cleanup(), virtex2_load_prepare(), virtex2_program(), virtex2_receive_32(), virtex2_send_32(), xilinx_get_ipdbg_hub(), and xilinx_get_jtagspi_userircode().
char* pld_device::name |
Definition at line 52 of file pld.h.
Referenced by COMMAND_HANDLER(), and get_pld_device_by_num().
struct pld_device* pld_device::next |
Definition at line 51 of file pld.h.
Referenced by COMMAND_HANDLER(), get_pld_device_by_name(), and get_pld_device_by_num().