Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/hal/include/hal/
Dusbh_hal.h256 usb_ll_en_intrs(hal->dev, USB_LL_INTR_CORE_PRTINT | USB_LL_INTR_CORE_HCHINT); in usbh_hal_port_init()
269 usb_ll_dis_intrs(hal->dev, USB_LL_INTR_CORE_PRTINT | USB_LL_INTR_CORE_HCHINT); in usbh_hal_port_deinit()
499 usb_ll_en_intrs(hal->dev, USB_LL_INTR_CORE_PRTINT | USB_LL_INTR_CORE_DISCONNINT); in usbh_hal_disable_debounce_lock()
Dusbh_ll.h33 #define USB_LL_INTR_CORE_PRTINT (1 << 24) macro
/hal_espressif-3.4.0/components/hal/
Dusbh_hal.c172 usb_ll_dis_intrs(hal->dev, USB_LL_INTR_CORE_PRTINT | USB_LL_INTR_CORE_DISCONNINT); in debounce_lock_enable()
302 if (intrs_core & USB_LL_INTR_CORE_PRTINT) { in usbh_hal_decode_intr()