Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_THRESHOLDOver Temperature Threshold |
NVME_TEMPERATURE_UNDER_THRESHOLDUnder 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 |