UCMTCPCI_PORT_CONTROLLER_ALERT_TYPE 열거형(ucmtcpciportcontroller.h)

포트 컨트롤러에서 수신된 하드웨어 경고의 유형을 나타내는 데 사용되는 일반 경고 값을 정의합니다.

Syntax

typedef enum _UCMTCPCI_PORT_CONTROLLER_ALERT_TYPE {
  UcmTcpciPortControllerAlertInvalid,
  UcmTcpciPortControllerAlertCCStatus,
  UcmTcpciPortControllerAlertPowerStatus,
  UcmTcpciPortControllerAlertReceiveSOPMessageStatus,
  UcmTcpciPortControllerAlertReceivedHardReset,
  UcmTcpciPortControllerAlertTransmitSOPMessageFailed,
  UcmTcpciPortControllerAlertTransmitSOPMessageDiscarded,
  UcmTcpciPortControllerAlertTransmitSOPMessageSuccessful,
  UcmTcpciPortControllerAlertVbusVoltageAlarmHi,
  UcmTcpciPortControllerAlertVbusVoltageAlarmLo,
  UcmTcpciPortControllerAlertFault,
  UcmTcpciPortControllerAlertRxBufferOverflow,
  UcmTcpciPortControllerAlertVbusSinkDisconnectDetected
} UCMTCPCI_PORT_CONTROLLER_ALERT_TYPE;

상수

 
UcmTcpciPortControllerAlertInvalid
경고가 잘못되었습니다.
UcmTcpciPortControllerAlertCCStatus
을 나타냅니다.

CC 상태 변경 경고입니다.
UcmTcpciPortControllerAlertPowerStatus
을 나타냅니다.

power 상태 변경 경고
UcmTcpciPortControllerAlertReceiveSOPMessageStatus
SOP 메시지 경고를 나타냅니다.
UcmTcpciPortControllerAlertReceivedHardReset
하드 재설정 경고를 나타냅니다.
UcmTcpciPortControllerAlertTransmitSOPMessageFailed
SOP 메시지 전송에 성공하지 못했음을 나타냅니다.
UcmTcpciPortControllerAlertTransmitSOPMessageDiscarded


들어오는 수신 메시지로 인해 SOP 메시지 전송이 전송되지 않았습니다.
UcmTcpciPortControllerAlertTransmitSOPMessageSuccessful
SOP 메시지 전송이 성공했음을 나타냅니다.
UcmTcpciPortControllerAlertVbusVoltageAlarmHi
고전압 경보를 나타냅니다.
UcmTcpciPortControllerAlertVbusVoltageAlarmLo
저전압 경보를 나타냅니다.
UcmTcpciPortControllerAlertFault
오류가 발생했음을 나타냅니다.
UcmTcpciPortControllerAlertRxBufferOverflow


TCPC Rx 버퍼가 오버플로되었습니다.
UcmTcpciPortControllerAlertVbusSinkDisconnectDetected
VBUS 싱크 연결 끊기 임계값 교차가 검색되었음을 나타냅니다.

요구 사항

요구 사항
헤더 ucmtcpciportcontroller.h

추가 정보

UCMTCPCI_PORT_CONTROLLER_ALERT_DATA