ReactOS 0.4.15-dev-7998-gdb93cb1
CPUID_THERMAL_POWER_MANAGEMENT_EBX Union Reference

#include <Cpuid.h>

Collaboration diagram for CPUID_THERMAL_POWER_MANAGEMENT_EBX:

Public Attributes

struct {
   UINT32   InterruptThresholds: 4
 
   UINT32   Reserved: 28
 
Bits
 
UINT32 Uint32
 

Detailed Description

CPUID Thermal and Power Management Information returned in EBX for CPUID leaf CPUID_THERMAL_POWER_MANAGEMENT.

Definition at line 1215 of file Cpuid.h.

Member Data Documentation

◆ 

struct { ... } CPUID_THERMAL_POWER_MANAGEMENT_EBX::Bits

Individual bit fields

◆ InterruptThresholds

UINT32 CPUID_THERMAL_POWER_MANAGEMENT_EBX::InterruptThresholds

{Bits 3:0] Number of Interrupt Thresholds in Digital Thermal Sensor.

Definition at line 1223 of file Cpuid.h.

◆ Reserved

UINT32 CPUID_THERMAL_POWER_MANAGEMENT_EBX::Reserved

Definition at line 1224 of file Cpuid.h.

◆ Uint32

UINT32 CPUID_THERMAL_POWER_MANAGEMENT_EBX::Uint32

All bit fields as a 32-bit value

Definition at line 1229 of file Cpuid.h.


The documentation for this union was generated from the following file: