OpenCSD - CoreSight Trace Decode Library
1.3.3
|
Base class for configuration data on CoreSight trace component. More...
#include <trc_cs_config.h>
Public Member Functions | |
CSConfig () | |
virtual | ~CSConfig () |
virtual const uint8_t | getTraceID () const =0 |
CoreSight Trace ID for this device. More... | |
Base class for configuration data on CoreSight trace component.
Defines common access functionality, common to all components. (e.g. trace ID).
Definition at line 49 of file trc_cs_config.h.
|
inline |
Definition at line 52 of file trc_cs_config.h.
|
inlinevirtual |
Definition at line 53 of file trc_cs_config.h.
|
pure virtual |
CoreSight Trace ID for this device.
Implemented in STMConfig, PtmConfig, EtmV4Config, and EtmV3Config.