OpenCSD - CoreSight Trace Decode Library
0.9.2
|
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 |
|
pure virtual |
CoreSight Trace ID for this device.
Implemented in EtmV4Config, EtmV3Config, PtmConfig, and STMConfig.