| 1089 | /// \nosubgrouping |
| 1090 | //////////////////////////////////////////////////////////////////////////////////////////// |
| 1091 | typedef struct ADLAdapterODClockConfig |
| 1092 | { |
| 1093 | /// Size of the structure |
| 1094 | int iSize; |
| 1095 | /// Flag \ref define_clockinfo_flags |
| 1096 | int iFlags; |
| 1097 | /// Memory Clock |
| 1098 | int iMemoryClock; |
| 1099 | /// Engine Clock |
| 1100 | int iEngineClock; |
| 1101 | } ADLAdapterODClockConfig; |
| 1102 | |
| 1103 | ///////////////////////////////////////////////////////////////////////////////////////////// |
| 1104 | ///\brief Structure containing information about current power management related activity. |
nothing calls this directly
no outgoing calls
no test coverage detected