Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/
Dusb_phy_hal.c12 hal->wrap_dev = &USB_WRAP; in usb_phy_hal_init()
21 usb_phy_ll_ext_otg_enable(hal->wrap_dev); in usb_phy_hal_otg_conf()
23 usb_phy_ll_int_otg_enable(hal->wrap_dev); in usb_phy_hal_otg_conf()
41 usb_phy_ll_int_load_conf(hal->wrap_dev, false, true, false, true); in usb_phy_hal_int_load_conf_host()
49 usb_phy_ll_int_load_conf(hal->wrap_dev, false, false, true, false); in usb_phy_hal_int_load_conf_dev()
52 usb_phy_ll_int_load_conf(hal->wrap_dev, true, false, false, false); in usb_phy_hal_int_load_conf_dev()
62 usb_phy_ll_int_enable_test_mode(hal->wrap_dev, disconn); in usb_phy_hal_int_mimick_disconn()
/hal_espressif-3.6.0/components/hal/include/hal/
Dusb_phy_hal.h25 …usb_wrap_dev_t *wrap_dev; /**< Pointer to base address of USB Wrapper registers … member
/hal_espressif-3.6.0/components/usb/
Dusb_phy.c305 usb_phy_ll_int_load_conf(handle->hal_context.wrap_dev, false, false, false, false); in usb_del_phy()