Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/musb/
A Dusb_dc_musb.c150 USB_EP0_STATE_SETUP = 0x0, /**< SETUP DATA */ enumerator
178 static volatile uint8_t usb_ep0_state = USB_EP0_STATE_SETUP;
689 usb_ep0_state = USB_EP0_STATE_SETUP; in usbd_ep_start_read()
711 usb_ep0_state = USB_EP0_STATE_SETUP; in handle_ep0()
725 case USB_EP0_STATE_SETUP: in handle_ep0()
775 usb_ep0_state = USB_EP0_STATE_SETUP; in handle_ep0()
809 usb_ep0_state = USB_EP0_STATE_SETUP; in USBD_IRQHandler()
A Dusb_hc_musb.c151 USB_EP0_STATE_SETUP = 0x0, /**< SETUP DATA */ enumerator
752 pipe->ep0_state = USB_EP0_STATE_SETUP; in usbh_submit_urb()
878 pipe->ep0_state = USB_EP0_STATE_SETUP; in handle_ep0()
886 pipe->ep0_state = USB_EP0_STATE_SETUP; in handle_ep0()
893 pipe->ep0_state = USB_EP0_STATE_SETUP; in handle_ep0()
900 case USB_EP0_STATE_SETUP: in handle_ep0()
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_hc_rp2040.c21 USB_EP0_STATE_SETUP = 0x0, /**< SETUP DATA */ enumerator
250 if (pipe->ep0_state == USB_EP0_STATE_SETUP) /* fill setup */ in rp2040_control_urb_init()
541 pipe->ep0_state = USB_EP0_STATE_SETUP; in usbh_submit_urb()
/components/drivers/usb/cherryusb/core/
A Dusbd_core.c10 #define USB_EP0_STATE_SETUP 0 macro
1260 usb_osal_mq_send(g_usbd_core[busid].usbd_ep0_mq, USB_EP0_STATE_SETUP);
1507 case USB_EP0_STATE_SETUP:

Completed in 15 milliseconds