rtp_ops::cs_component is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

rtp_ops::cs_component field

Executed when a CoreSight component is parsed, typically to print information on the component.

Syntax

int (*cs_component)(int retval, struct cs_component_vals *v, int depth, void *priv);

References

LocationReferrerScopeText
arm_adi_v5.c:1759
int (*cs_component)(int retval, struct cs_component_vals *v, int depth, void *priv);
arm_adi_v5.c:1813rtp_ops_cs_component()
if (!ops->cs_component)
arm_adi_v5.c:1816rtp_ops_cs_component()
int retval1 = ops->cs_component(retval, v, depth, ops->priv);
arm_adi_v5.c:2234dap_info_cs_component()dap_info_command()::dap_info_ops
struct rtp_ops dap_info_ops = {
arm_adi_v5.c:2237dap_info_command()
.cs_component = dap_info_cs_component,
arm_adi_v5.c:2293dap_lookup_cs_component_cs_component()dap_lookup_cs_component()::dap_lookup_cs_component_ops
struct rtp_ops dap_lookup_cs_component_ops = {
arm_adi_v5.c:2296dap_lookup_cs_component()

Call Tree

Functions calling rtp_ops::cs_component
all items filtered out
rtp_ops::cs_component
Functions reading rtp_ops::cs_component
rtp_ops::cs_component
all items filtered out
Implementations
rtp_ops::cs_component