Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/usb_c/
Dtcpci.h92 #define TCPC_REG_ALERT_VBUS_DISCNCT BIT(11) macro
/Zephyr-latest/drivers/usb_c/tcpc/
Dtcpci.c352 } else if (reg & TCPC_REG_ALERT_VBUS_DISCNCT) { in tcpci_alert_reg_to_enum()