NVME_TEMPERATURE_THRESHOLD_TYPES enumeration (nvme.h)

Contains values that indicate the type of threshold for the temperature of the overall device (controller and NVM included).

Syntax

typedef enum {
  NVME_TEMPERATURE_OVER_THRESHOLD,
  NVME_TEMPERATURE_UNDER_THRESHOLD
} NVME_TEMPERATURE_THRESHOLD_TYPES;

Constants

 
NVME_TEMPERATURE_OVER_THRESHOLD
Over Temperature Threshold
NVME_TEMPERATURE_UNDER_THRESHOLD
Under Temperature Threshold

Remarks

Values from this enumeration are used in the THSEL field of the NVME_CDW11_FEATURE_TEMPERATURE_THRESHOLD structure.

Requirements

Requirement Value
Minimum supported client Windows 10
Header nvme.h