OpenOCD
cs_component_vals
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
cs_component_vals
cs_component_vals struct
Holds registers and coordinates of a CoreSight component
Syntax
Show:
Summary
Declaration
from
arm_adi_v5.c:1304
struct
cs_component_vals
{
struct
adiv5_ap
*
ap
;
target_addr_t
component_base
;
uint64_t
pid
;
uint32_t
cid
;
uint32_t
devarch
;
uint32_t
devid
;
uint32_t
devtype_memtype
;
enum
coresight_access_mode
mode
;
}
;
Fields
Field
Declared as
cs_component_vals::ap
struct
adiv5_ap
*
cs_component_vals::component_base
target_addr_t
cs_component_vals::pid
uint64_t
cs_component_vals::cid
uint32_t
cs_component_vals::devarch
uint32_t
cs_component_vals::devid
uint32_t
cs_component_vals::devtype_memtype
uint32_t
cs_component_vals::mode
enum
coresight_access_mode
Related Functions
Found 4 other functions taking a
cs_component_vals
argument:
Function
Description
dap_info_cs_component()
rtp_ops_cs_component()
Wrapper around struct rtp_ops::cs_component. Input parameter @a retval is propagated.
dap_lookup_cs_component_cs_component()
rtp_read_cs_regs()
Read the CoreSight registers needed during ROM Table Parsing (RTP).
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out