Home
last modified time | relevance | path

Searched refs:tcpci_alert_reg_to_enum (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/usb_c/
Dtcpci_priv.h104 enum tcpc_alert tcpci_alert_reg_to_enum(uint16_t reg);
/Zephyr-latest/drivers/usb_c/tcpc/
Dtcpci.c310 enum tcpc_alert tcpci_alert_reg_to_enum(uint16_t reg) in tcpci_alert_reg_to_enum() function
Dps8xxx.c508 enum tcpc_alert alert_type = tcpci_alert_reg_to_enum(alert_reg); in ps8xxx_alert_work_cb()
Drt1715.c531 enum tcpc_alert alert_type = tcpci_alert_reg_to_enum(alert_reg); in rt1715_alert_work_cb()