Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Defines values that indicate the latency of a read and write operation.
Syntax
typedef enum {
NVME_ACCESS_LATENCY_NONE,
NVME_ACCESS_LATENCY_IDLE,
NVME_ACCESS_LATENCY_NORMAL,
NVME_ACCESS_LATENCY_LOW
} NVME_ACCESS_LATENCIES;
Constants
NVME_ACCESS_LATENCY_NONENone. No latency information provided. |
NVME_ACCESS_LATENCY_IDLEIdle. Longer latency acceptable. |
NVME_ACCESS_LATENCY_NORMALNormal. Typical latency. |
NVME_ACCESS_LATENCY_LOWLow. Smallest possible latency. |
Remarks
This enumeration is used to specify values in the AccessLatency field of the NVME_CDW13_READ_WRITE structure and in the AccessLatency field of the NVME_CONTEXT_ATTRIBUTES structure.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 |
| Header | nvme.h |