Searched refs:bmRequest (Results 1 – 5 of 5) sorted by relevance
271 switch (pdev->request.bmRequest & 0x1F) in USBD_LL_SetupStage()286 USBD_LL_StallEP(pdev , pdev->request.bmRequest & 0x80); in USBD_LL_SetupStage()
216 if ((req->bmRequest & 0x60) == 0x20) in USBD_StdEPReq()700 req->bmRequest = *(uint8_t *) (pdata); in USBD_ParseSetupRequest()
605 switch (req->bmRequest & USB_REQ_TYPE_MASK) in USBD_CDC_Setup()610 if (req->bmRequest & 0x80) in USBD_CDC_Setup()
151 uint8_t bmRequest; member
375 switch (req->bmRequest & USB_REQ_TYPE_MASK) in USBD_DFU_Setup()544 req.bmRequest = 0; in USBD_DFU_EP0_TxReady()