OpenOCD
dm013_info_t Struct Reference
Collaboration diagram for dm013_info_t:

Data Fields

unsigned int abs_chain_position
 
bool abstract_cmd_maybe_busy
 
uint32_t base
 
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_examined
 
bool was_reset
 

Detailed Description

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

Field Documentation

◆ abs_chain_position

unsigned int dm013_info_t::abs_chain_position

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

Referenced by get_dm().

◆ abstract_cmd_maybe_busy

◆ base

uint32_t dm013_info_t::base

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

Referenced by get_dm().

◆ current_hartid

int dm013_info_t::current_hartid

◆ hart_count

int dm013_info_t::hart_count

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

Referenced by examine_dm(), get_dm(), and select_prepped_harts().

◆ hasel_supported

bool dm013_info_t::hasel_supported

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

Referenced by examine_dm(), and select_prepped_harts().

◆ list

struct list_head dm013_info_t::list

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

Referenced by get_dm(), and get_riscv_debug_reg_ctx().

◆ progbuf_cache

uint32_t dm013_info_t::progbuf_cache[16]

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

Referenced by riscv013_invalidate_cached_progbuf(), and riscv013_write_progbuf().

◆ target_list

struct list_head dm013_info_t::target_list

◆ was_examined

bool dm013_info_t::was_examined

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

Referenced by examine_dm().

◆ was_reset

bool dm013_info_t::was_reset

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

Referenced by examine_dm(), and reset_dm().


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