OpenOCD
|
Holds registers and coordinates of a CoreSight component. More...
Data Fields | |
struct adiv5_ap * | ap |
uint32_t | cid |
target_addr_t | component_base |
uint32_t | devarch |
uint32_t | devid |
uint32_t | devtype_memtype |
enum coresight_access_mode | mode |
uint64_t | pid |
Holds registers and coordinates of a CoreSight component.
Definition at line 1206 of file arm_adi_v5.c.
struct adiv5_ap* cs_component_vals::ap |
Definition at line 1207 of file arm_adi_v5.c.
Referenced by dap_lookup_cs_component_cs_component(), rtp_cs_component(), rtp_ops_ap_header(), rtp_ops_mem_ap_header(), rtp_read_cs_regs(), and rtp_rom_loop().
uint32_t cs_component_vals::cid |
Definition at line 1210 of file arm_adi_v5.c.
Referenced by dap_info_cs_component(), dap_lookup_cs_component_cs_component(), rtp_cs_component(), and rtp_read_cs_regs().
target_addr_t cs_component_vals::component_base |
Definition at line 1208 of file arm_adi_v5.c.
Referenced by dap_info_cs_component(), dap_lookup_cs_component_cs_component(), rtp_read_cs_regs(), and rtp_rom_loop().
uint32_t cs_component_vals::devarch |
Definition at line 1211 of file arm_adi_v5.c.
Referenced by dap_info_cs_component(), rtp_cs_component(), and rtp_read_cs_regs().
uint32_t cs_component_vals::devid |
Definition at line 1212 of file arm_adi_v5.c.
Referenced by dap_info_cs_component(), rtp_cs_component(), and rtp_read_cs_regs().
uint32_t cs_component_vals::devtype_memtype |
Definition at line 1213 of file arm_adi_v5.c.
Referenced by dap_info_cs_component(), dap_lookup_cs_component_cs_component(), and rtp_read_cs_regs().
enum coresight_access_mode cs_component_vals::mode |
Definition at line 1213 of file arm_adi_v5.c.
Referenced by dap_info_cs_component(), and rtp_read_cs_regs().
uint64_t cs_component_vals::pid |
Definition at line 1209 of file arm_adi_v5.c.
Referenced by dap_info_cs_component(), rtp_cs_component(), and rtp_read_cs_regs().