UCMTCPCI_PORT_CONTROLLER_GET_CONTROL_OUT_PARAMS - NtDoc

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

typedef struct _UCMTCPCI_PORT_CONTROLLER_GET_CONTROL_OUT_PARAMS {
  UCMTCPCI_PORT_CONTROLLER_TCPC_CONTROL  TCPCControl;
  UCMTCPCI_PORT_CONTROLLER_ROLE_CONTROL  RoleControl;
  UCMTCPCI_PORT_CONTROLLER_FAULT_CONTROL FaultControl;
  UCMTCPCI_PORT_CONTROLLER_POWER_CONTROL PowerControl;
} UCMTCPCI_PORT_CONTROLLER_GET_CONTROL_OUT_PARAMS, *PUCMTCPCI_PORT_CONTROLLER_GET_CONTROL_OUT_PARAMS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucmtcpciportcontrollerrequests-_ucmtcpci_port_controller_get_control_out_params)

_UCMTCPCI_PORT_CONTROLLER_GET_CONTROL_OUT_PARAMS structure

Description

Stores the values of all control registers of the port controller retrieved by the IOCTL_UCMTCPCI_PORT_CONTROLLER_GET_CONTROL request.

Members

TCPCControl

A UCMTCPCI_PORT_CONTROLLER_TCPC_CONTROL structure that describes the TCPC_CONTROL Register defined as per the Universal Serial Bus Type-C Port Controller Interface Specification. This structure is declared in UcmTcpciSpec.h.

RoleControl

A UCMTCPCI_PORT_CONTROLLER_ROLE_CONTROL structure that describes the ROLE_CONTROL Register defined as per the Universal Serial Bus Type-C Port Controller Interface Specification. This structure is declared in UcmTcpciSpec.h.

FaultControl

A UCMTCPCI_PORT_CONTROLLER_FAULT_CONTROL structure that describes the FAULT_CONTROL Register defined as per the Universal Serial Bus Type-C Port Controller Interface Specification. This structure is declared in UcmTcpciSpec.h.

PowerControl

A UCMTCPCI_PORT_CONTROLLER_POWER_CONTROL structure that describes the FAULT_POWER Register defined as per the Universal Serial Bus Type-C Port Controller Interface Specification. This structure is declared in UcmTcpciSpec.h.

See also

IOCTL_UCMTCPCI_PORT_CONTROLLER_GET_CONTROL