#include <SysInfo.h>
Data Fields | |
int | channel |
Channel number. | |
int | slot |
Slot number. | |
float | temperature |
Temperature. | |
union { | |
struct { | |
WORD wCap | |
Capabilities. | |
WORD wCfg | |
Configuration. | |
WORD wHiLim | |
High Limit. | |
WORD wLoLim | |
Low Limit. | |
WORD wCritLim | |
TCRIT Limit. | |
WORD wAmbTemp | |
Ambient Temperature. | |
WORD wManufID | |
Manufacture ID. | |
WORD wDevRev | |
Device/Revision. | |
WORD wVendor [8] | |
Vendor-defined. | |
} DDR4 | |
struct { | |
BYTE bTSConfig | |
Thermal Sensor Configuration. | |
BYTE bIntConfig | |
Interrupt Configuration. | |
WORD wHiLim | |
High Limit. | |
WORD wLoLim | |
Low Limit. | |
WORD wCritHiLim | |
Critical High Limit. | |
WORD wCritLoLim | |
Critical Low Limit. | |
WORD wCurTemp | |
Current Temperature. | |
BYTE bTSStatus | |
Thermal Sensor Temperature Status. | |
BYTE bError | |
Hub & Thermal Sensor Error Status. | |
} DDR5 | |
} | raw |
int channel |
Channel number.
int slot |
Slot number.
float temperature |
Temperature.
WORD wCap |
Capabilities.
WORD wCfg |
Configuration.
WORD wHiLim |
High Limit.
WORD wLoLim |
Low Limit.
WORD wCritLim |
TCRIT Limit.
WORD wAmbTemp |
Ambient Temperature.
WORD wManufID |
Manufacture ID.
WORD wDevRev |
Device/Revision.
WORD wVendor[8] |
Vendor-defined.
struct { ... } DDR4 |
BYTE bTSConfig |
Thermal Sensor Configuration.
BYTE bIntConfig |
Interrupt Configuration.
WORD wCritHiLim |
Critical High Limit.
WORD wCritLoLim |
Critical Low Limit.
WORD wCurTemp |
Current Temperature.
BYTE bTSStatus |
Thermal Sensor Temperature Status.
BYTE bError |
Hub & Thermal Sensor Error Status.
struct { ... } DDR5 |
union { ... } raw |