UCSI_POWER_DIRECTION_MODE enumeration (ucmucsispec.h)

Used in the GET_CONNECTOR_STATUS command. See Table 4-42, Offset 20 in UCSI spec version 1.2.

Syntax

typedef enum _UCSI_POWER_DIRECTION_MODE {
  UcsiPowerDirectionModeProvider,
  UcsiPowerDirectionModeConsumer,
  UcsiPowerDirectionModeEither
} UCSI_POWER_DIRECTION_MODE;

Constants

 
UcsiPowerDirectionModeProvider
UcsiPowerDirectionModeConsumer
UcsiPowerDirectionModeEither

Requirements

Requirement Value
Minimum KMDF version 1.27
Minimum UMDF version N/A
Header ucmucsispec.h (include UcmUcsiCx.h)