Home
last modified time | relevance | path

Searched refs:TCPC_REG_ALERT_TX_FAILED (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/usb_c/
Dtcpci.h106 #define TCPC_REG_ALERT_TX_FAILED BIT(4) macro
117 (TCPC_REG_ALERT_TX_SUCCESS | TCPC_REG_ALERT_TX_DISCARDED | TCPC_REG_ALERT_TX_FAILED)
/Zephyr-latest/drivers/usb_c/tcpc/
Dtcpci.c328 } else if (reg & TCPC_REG_ALERT_TX_FAILED) { in tcpci_alert_reg_to_enum()