Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/usb/
Dhcd.c923 usbh_hal_port_event_t hal_port_evt = usbh_hal_decode_intr(port->hal); in intr_hdlr_main() local
924 if (hal_port_evt == USBH_HAL_PORT_EVENT_CHAN) { in intr_hdlr_main()
939 } else if (hal_port_evt != USBH_HAL_PORT_EVENT_NONE) { //Port event in intr_hdlr_main()
940 hcd_port_event_t port_event = _intr_hdlr_hprt(port, hal_port_evt, &yield); in intr_hdlr_main()