Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dusb_dwc_ll.h557 usb_dwc_hprt_reg_t hprt; in usb_dwc_ll_hprt_set_test_ctl() local
558 hprt.val = hw->hprt_reg.val; in usb_dwc_ll_hprt_set_test_ctl()
559 hprt.prttstctl = test_mode; in usb_dwc_ll_hprt_set_test_ctl()
560 hw->hprt_reg.val = hprt.val & (~USB_DWC_LL_HPRT_W1C_MSK); in usb_dwc_ll_hprt_set_test_ctl()
565 usb_dwc_hprt_reg_t hprt; in usb_dwc_ll_hprt_en_pwr() local
566 hprt.val = hw->hprt_reg.val; in usb_dwc_ll_hprt_en_pwr()
567 hprt.prtpwr = 1; in usb_dwc_ll_hprt_en_pwr()
568 hw->hprt_reg.val = hprt.val & (~USB_DWC_LL_HPRT_W1C_MSK); in usb_dwc_ll_hprt_en_pwr()
573 usb_dwc_hprt_reg_t hprt; in usb_dwc_ll_hprt_dis_pwr() local
574 hprt.val = hw->hprt_reg.val; in usb_dwc_ll_hprt_dis_pwr()
[all …]
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dusb_struct.h77 volatile uint32_t hprt; // 0x0440 Host Port Control and Status Register member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dusb_struct.h77 volatile uint32_t hprt; // 0x0440 Host Port Control and Status Register member