Searched refs:USB_EP0_STATE_SETUP (Results 1 – 4 of 4) sorted by relevance
150 USB_EP0_STATE_SETUP = 0x0, /**< SETUP DATA */ enumerator178 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()
151 USB_EP0_STATE_SETUP = 0x0, /**< SETUP DATA */ enumerator752 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()
21 USB_EP0_STATE_SETUP = 0x0, /**< SETUP DATA */ enumerator250 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()
10 #define USB_EP0_STATE_SETUP 0 macro1260 usb_osal_mq_send(g_usbd_core[busid].usbd_ep0_mq, USB_EP0_STATE_SETUP);1507 case USB_EP0_STATE_SETUP:
Completed in 12 milliseconds