struct DeviceTypeRegister
Defined at line 157 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h
[CS] B2.3.8
Gives a high-level information about the type of a CoreSight component.
Public Members
field_RsvdZ_197
field_sub_198
field_major_199
Public Methods
Type type ()
The type encoded by `sub` and `major` fields.
Defined at line 13 of file ../../zircon/kernel/dev/coresight/component.cc
template <, >
SelfType & set_sub (typename SelfType::ValueType val)
Defined at line 198 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h
template <, >
typename SelfType::ValueType sub ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 198 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h
template <, >
MajorType major ()
Defined at line 199 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h
template <, >
SelfType & set_major (MajorType val)
Defined at line 199 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h
hwreg::RegisterAddr<DeviceTypeRegister> Get ()
Defined at line 204 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h
Enumerations
enum MajorType
| Name | Value |
|---|---|
| kMiscellaneous | 0x0 |
| kTraceSink | 0x1 |
| kTraceLink | 0x2 |
| kTraceSource | 0x3 |
| kDebugControl | 0x4 |
| kDebugLogic | 0x5 |
| kPerformanceMonitor | 0x6 |
Defined at line 158 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h
enum Type
| Name | Value |
|---|---|
| kUnknown | 0 |
| kValidationComponent | 1 |
| kTracePort | 2 |
| kTraceBuffer | 3 |
| kTraceRouter | 4 |
| kTraceFunnel | 5 |
| kTraceFilter | 6 |
| kTraceFifo | 7 |
| kCpuTraceSource | 8 |
| kDspTraceSource | 9 |
| kDataEngineTraceSource | 10 |
| kBusTraceSource | 11 |
| kSoftwareTraceSource | 12 |
| kTriggerMatrix | 13 |
| kDebugAuthenticationModule | 14 |
| kPowerRequestor | 15 |
| kCpuDebugLogic | 16 |
| kDspDebugLogic | 17 |
| kDataEngineDebugLogic | 18 |
| kBusDebugLogic | 19 |
| kMemoryDebugLogic | 20 |
| kCpuPerformanceMonitor | 21 |
| kDspPerformanceMonitor | 22 |
| kDataEnginePerformanceMonitor | 23 |
| kBusPerformanceMonitor | 24 |
| kMmuPerformanceMonitor | 25 |
Defined at line 168 of file ../../zircon/kernel/dev/coresight/include/dev/coresight/component.h