Home
last modified time | relevance | path

Searched refs:USB_PHY_ACTION_HOST_ALLOW_CONN (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/usb/test/common/
Dtest_usb_common.c43 …ESP_ERROR_CHECK(usb_phy_action(phy_hdl, (connected) ? USB_PHY_ACTION_HOST_ALLOW_CONN : USB_PHY_ACT… in test_usb_set_phy_state()
/hal_espressif-3.6.0/components/usb/include/esp_private/
Dusb_phy.h30USB_PHY_ACTION_HOST_ALLOW_CONN, /**< Enable physical connection when operating as an O… enumerator
/hal_espressif-3.6.0/components/usb/
Dusb_phy.c134 …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()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c58 …ESP_ERROR_CHECK(usb_phy_action(phy_hdl, (connected) ? USB_PHY_ACTION_HOST_ALLOW_CONN : USB_PHY_ACT… in force_conn_state()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c40 …ESP_ERROR_CHECK(usb_phy_action(phy_hdl, (connected) ? USB_PHY_ACTION_HOST_ALLOW_CONN : USB_PHY_ACT… in force_conn_state()