PUSBPM_UCSI_SET_POWER_LEVEL_C_CURRENT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// usbctypes.h

typedef enum _USBC_UCSI_SET_POWER_LEVEL_C_CURRENT {
  UsbCUcsiSetPowerLevelCCurrentPpmDefault,
  UsbCUcsiSetPowerLevelCCurrent3000mA,
  UsbCUcsiSetPowerLevelCCurrent1500mA,
  UsbCUcsiSetPowerLevelCCurrentDefaultUsb
} USBC_UCSI_SET_POWER_LEVEL_C_CURRENT, *PUSBPM_UCSI_SET_POWER_LEVEL_C_CURRENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-usbctypes-_usbc_ucsi_set_power_level_c_current)

_USBC_UCSI_SET_POWER_LEVEL_C_CURRENT enumeration

Description

Defines values for current power operation mode.

Constants

UsbCUcsiSetPowerLevelCCurrentPpmDefault

USB Type-C default value.

UsbCUcsiSetPowerLevelCCurrent3000mA

USB Type-C current is 3A.

UsbCUcsiSetPowerLevelCCurrent1500mA

USB Type-C current is 3A.

UsbCUcsiSetPowerLevelCCurrentDefaultUsb

Default value for USB operation.

Remarks

See also