struttura UFS_POWER_DESCRIPTOR (ufs.h)

UFS_POWER_DESCRIPTOR contiene informazioni sulle funzionalità di alimentazione e sugli stati di alimentazione del dispositivo.

Sintassi

typedef struct {
  UCHAR bLength;
  UCHAR bDescriptorIDN;
  UCHAR wActiveICCLevelsVCC[32];
  UCHAR wActiveICCLevelsVCCQ[32];
  UCHAR wActiveICCLevelsVCCQ2[32];
} UFS_POWER_DESCRIPTOR, *PUFS_POWER_DESCRIPTOR;

Members

bLength

Specifica la lunghezza, in byte, di questo descrittore.

bDescriptorIDN

Specifica il tipo del descrittore. Questo descrittore avrà un valore di UFS_DESC_POWER_IDN.

wActiveICCLevelsVCC[32]

Specifica il valore corrente VCC massimo per ogni UFS_bActiveICCLevel, in base al valore di indice.

wActiveICCLevelsVCCQ[32]

Specifica il valore corrente VCCQ massimo per ogni UFS_bActiveICCLevel, in base al valore di indice.

wActiveICCLevelsVCCQ2[32]

Specifica il valore corrente VCCQ massimo per ogni UFS_bActiveICCLevel, in base al valore di indice.

Requisiti

Requisito Valore
Client minimo supportato Windows 10, versione 1709
Server minimo supportato Windows Server 2016
Intestazione ufs.h