Searched refs:USB_PHY_ACTION_HOST_ALLOW_CONN (Results 1 – 5 of 5) sorted by relevance
43 …ESP_ERROR_CHECK(usb_phy_action(phy_hdl, (connected) ? USB_PHY_ACTION_HOST_ALLOW_CONN : USB_PHY_ACT… in test_usb_set_phy_state()
30 …USB_PHY_ACTION_HOST_ALLOW_CONN, /**< Enable physical connection when operating as an O… enumerator
134 …ESP_RETURN_ON_FALSE((action == USB_PHY_ACTION_HOST_ALLOW_CONN && handle->controller == USB_PHY_CTR… in usb_phy_action()140 case USB_PHY_ACTION_HOST_ALLOW_CONN: in usb_phy_action()
58 …ESP_ERROR_CHECK(usb_phy_action(phy_hdl, (connected) ? USB_PHY_ACTION_HOST_ALLOW_CONN : USB_PHY_ACT… in force_conn_state()
40 …ESP_ERROR_CHECK(usb_phy_action(phy_hdl, (connected) ? USB_PHY_ACTION_HOST_ALLOW_CONN : USB_PHY_ACT… in force_conn_state()