8 #ifndef OPENOCD_TARGET_NDS32_V3M_H
9 #define OPENOCD_TARGET_NDS32_V3M_H
Holds the interface to Andes cores.
static struct nds32_v3m_common * target_to_nds32_v3m(struct target *target)
int32_t next_hwp_index
next hardware watchpoint index
int32_t used_n_wp
number of used hardware watchpoints
int32_t next_hbr_index
next hardware breakpoint index
int32_t n_hwp
number of hardware watchpoints
int32_t n_hbr
number of hardware breakpoints
Represents a generic Andes core.
#define container_of(ptr, type, member)
Cast a member of a structure out to the containing structure.