Home
last modified time | relevance | path

Searched refs:TCPC_REG_ALERT_FAULT (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/usb_c/tcpc/
Dtcpci.c346 } else if (reg & TCPC_REG_ALERT_FAULT) { in tcpci_alert_reg_to_enum()
Dps8xxx.c74 TCPC_REG_ALERT_FAULT | TCPC_REG_ALERT_POWER_STATUS; in tcpci_init_alert_mask()
/Zephyr-latest/include/zephyr/usb_c/
Dtcpci.h96 #define TCPC_REG_ALERT_FAULT BIT(9) macro