|
OpenOCD
|

Data Fields | |
| unsigned int | abs_chain_position |
| int | current_hartid |
| int | hart_count |
| bool | hasel_supported |
| struct list_head | list |
| uint32_t | progbuf_cache [16] |
| struct list_head | target_list |
| bool | was_reset |
Definition at line 132 of file riscv-013.c.
| unsigned int dm013_info_t::abs_chain_position |
Definition at line 134 of file riscv-013.c.
Referenced by get_dm().
| int dm013_info_t::current_hartid |
Definition at line 143 of file riscv-013.c.
Referenced by get_dm(), and riscv013_select_current_hart().
| int dm013_info_t::hart_count |
Definition at line 137 of file riscv-013.c.
Referenced by examine(), get_dm(), riscv013_hart_count(), and select_prepped_harts().
| bool dm013_info_t::hasel_supported |
Definition at line 144 of file riscv-013.c.
Referenced by examine(), and select_prepped_harts().
| struct list_head dm013_info_t::list |
Definition at line 123 of file riscv-013.c.
Referenced by get_dm().
| uint32_t dm013_info_t::progbuf_cache[16] |
Definition at line 148 of file riscv-013.c.
Referenced by assert_reset(), and riscv013_write_debug_buffer().
| struct list_head dm013_info_t::target_list |
Definition at line 139 of file riscv-013.c.
Referenced by get_dm(), riscv013_authdata_write(), riscv013_halt_go(), and select_prepped_harts().
| bool dm013_info_t::was_reset |
Definition at line 139 of file riscv-013.c.
Referenced by examine().