OpenOCD
virtex2_read_stat()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
virtex2_read_stat()
virtex2_read_stat() function
Syntax
Show:
Summary
Declaration
from
virtex2.c:120
static
int
virtex2_read_stat
(
struct
pld_device
*
pld_device
,
uint32_t
*
status
)
;
Arguments
Argument
pld_device
status
Related Functions
Found 40 other functions taking a
pld_device
argument:
Function
pld_has_jtagspi_instruction()
pld_get_jtagspi_userircode()
pld_get_jtagspi_stuff_bits()
pld_connect_spi_to_jtag()
pld_disconnect_spi_from_jtag()
virtex2_pld_create_command()
xilinx_get_ipdbg_hub()
xilinx_get_jtagspi_userircode()
virtex2_receive_32()
virtex2_program()
virtex2_load_prepare()
virtex2_load_cleanup()
virtex2_load()
virtex2_send_32()
efinix_load()
efinix_get_ipdbg_hub()
efinix_get_jtagspi_userircode()
efinix_pld_create_command()
gatemate_load()
gatemate_has_jtagspi_instruction()
gatemate_connect_spi_to_jtag()
gatemate_disconnect_spi_from_jtag()
gatemate_get_stuff_bits()
gatemate_pld_create_command()
gowin_load_to_sram()
gowin_read_register_command()
gowin_reload_command()
gowin_get_ipdbg_hub()
gowin_pld_create_command()
intel_get_ipdbg_hub()
intel_get_jtagspi_userircode()
intel_pld_create_command()
intel_load()
lattice_load_command()
lattice_get_ipdbg_hub()
lattice_connect_spi_to_jtag()
lattice_disconnect_spi_from_jtag()
lattice_get_stuff_bits()
lattice_has_jtagspi_instruction()
lattice_pld_create_command()
Examples
References
from
examples
Code
Location
Referrer
static
int
virtex2_read_stat
(
struct
pld_device
*
pld_device
,
uint32_t
*
status
)
virtex2.c:120
int
retval
=
virtex2_read_stat
(
device
,
&
status
)
;
virtex2.c:298
virtex2_handle_read_stat_command()
Call Tree
from
examples
virtex2_read_stat()
is called by 1 function and calls 5 functions:
virtex2_handle_read_stat_command()
All items filtered out
virtex2_read_stat()
log_printf_lf()
jtag_add_tlr()
jtag_execute_queue()
virtex2_receive_32()
virtex2_send_32()
All items filtered out
Data Use
from
examples
virtex2_read_stat()
reads 2 variables:
log_levels::LOG_LVL_DEBUG
debug_level
All items filtered out
virtex2_read_stat()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out