UCMTCPCI_PORT_CONTROLLER_ALERT_TYPE列挙 (ucmtcpciportcontroller.h)

ポート コントローラーで受信したハードウェア アラートの種類を示すために使用される汎用アラート値を定義します。

構文

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
を示します。

電源状態変更アラート。
UcmTcpciPortControllerAlertReceiveSOPMessageStatus
SOP メッセージ アラートを示します。
UcmTcpciPortControllerAlertReceivedHardReset
ハード リセット アラートを示します。
UcmTcpciPortControllerAlertTransmitSOPMessageFailed
SOP メッセージ転送が成功しなかったことを示します。
UcmTcpciPortControllerAlertTransmitSOPMessageDiscarded
を示します。

受信受信メッセージが原因で SOP メッセージ送信が送信されませんでした。
UcmTcpciPortControllerAlertTransmitSOPMessageSuccessful
SOP メッセージ転送が成功したことを示します。
UcmTcpciPortControllerAlertVbusVoltageAlarmHi
高電圧アラームを示します。
UcmTcpciPortControllerAlertVbusVoltageAlarmLo
低電圧アラームを示します。
UcmTcpciPortControllerAlertFault
障害が発生したことを示します。
UcmTcpciPortControllerAlertRxBufferOverflow
を示します。

TCPC Rx バッファーがオーバーフローしました。
UcmTcpciPortControllerAlertVbusSinkDisconnectDetected
VBUS シンク切断しきい値の交差が検出されたことを示します

要件

要件
Header ucmtcpciportcontroller.h

こちらもご覧ください

UCMTCPCI_PORT_CONTROLLER_ALERT_DATA