UCSI_POWER_DIRECTION_ROLE 열거형(ucmucsispec.h)
SET_PDR 명령에 사용됩니다. SET_PDR 명령은 현재 연결에 대해 OPM(OS 정책 관리자)이 지시하는 전원 방향을 설정하는 데 사용됩니다.
Syntax
typedef enum _UCSI_POWER_DIRECTION_ROLE {
UcsiPowerDirectionRoleProvider = 0x1,
UcsiPowerDirectionRoleConsumer = 0x2,
UcsiPowerDirectionRoleAcceptSwap = 0x4,
UcsiPowerDirectionRoleProviderAcceptSwap = 0x5,
UcsiPowerDirectionRoleConsumerAcceptSwap = 0x6
} UCSI_POWER_DIRECTION_ROLE;
상수
UcsiPowerDirectionRoleProvider 값: 0x1 커넥터가 원본으로 아직 작동하지 않는 경우 원본으로 교환을 시작합니다. |
UcsiPowerDirectionRoleConsumer 값: 0x2 커넥터가 싱크로 아직 작동하지 않는 경우 싱크로 교환을 시작합니다. |
UcsiPowerDirectionRoleAcceptSwap 값: 0x4 커넥터는 포트 파트너의 전원 방향 교환 요청을 수락합니다. 이 비트가 지워지면 커넥터는 포트 파트너의 전원 방향 교환 요청을 거부합니다. |
UcsiPowerDirectionRoleProviderAcceptSwap 값: 0x5 이 필드는 UcsiPowerDirectionRoleProvider 와 UcsiPowerDirectionRoleAcceptSwap 값을 결합합니다. |
UcsiPowerDirectionRoleConsumerAcceptSwap 값: 0x6 이 필드는 UcsiPowerDirectionRoleConsumer 및 UcsiPowerDirectionRoleAcceptSwap 값을 결합합니다. |
설명
자세한 내용은 UCSI 사양 버전 1.2의 섹션 4.5.10을 참조하세요.
요구 사항
요구 사항 | 값 |
---|---|
최소 KMDF 버전 | 1.27 |
최소 UMDF 버전 | 해당 없음 |
머리글 | ucmucsispec.h(UcmUcsiCx.h 포함) |