OpenOCD
dm013_info_t Struct Reference
Collaboration diagram for dm013_info_t:

Data Fields

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
 

Detailed Description

Definition at line 133 of file riscv-013.c.

Field Documentation

◆ abs_chain_position

int dm013_info_t::abs_chain_position

Definition at line 135 of file riscv-013.c.

Referenced by get_dm().

◆ current_hartid

int dm013_info_t::current_hartid

Definition at line 144 of file riscv-013.c.

Referenced by get_dm(), and riscv013_select_current_hart().

◆ hart_count

int dm013_info_t::hart_count

Definition at line 138 of file riscv-013.c.

Referenced by examine(), get_dm(), riscv013_hart_count(), and select_prepped_harts().

◆ hasel_supported

bool dm013_info_t::hasel_supported

Definition at line 145 of file riscv-013.c.

Referenced by examine(), and select_prepped_harts().

◆ list

struct list_head dm013_info_t::list

Definition at line 124 of file riscv-013.c.

Referenced by get_dm().

◆ progbuf_cache

uint32_t dm013_info_t::progbuf_cache[16]

Definition at line 149 of file riscv-013.c.

Referenced by assert_reset(), and riscv013_write_debug_buffer().

◆ target_list

struct list_head dm013_info_t::target_list

◆ was_reset

bool dm013_info_t::was_reset

Definition at line 140 of file riscv-013.c.

Referenced by examine().


The documentation for this struct was generated from the following file: