Searched refs:reqType (Results 1 – 3 of 3) sorted by relevance
86 uint8_t reqType; in USBD_SetupProcess() local109 reqType = pReqData->byte.bmRequestType.bit.type; in USBD_SetupProcess()111 if (reqType == USBD_REQ_TYPE_STANDARD) in USBD_SetupProcess()115 else if (reqType == USBD_REQ_TYPE_CLASS) in USBD_SetupProcess()122 else if (reqType == USBD_REQ_TYPE_VENDOR) in USBD_SetupProcess()
57 USBH_Status USBH_GetDescriptorEx(USBH_Info_t *phost, uint8_t reqType, uint8_t reqTarget, uint8_t ty… in USBH_GetDescriptorEx() argument59 phost->Ctrl.setup.bRequestType = USB_REQ_D2H | reqType | reqTarget; in USBH_GetDescriptorEx()
9 USBH_Status USBH_GetDescriptorEx(USBH_Info_t *phost, uint8_t reqType, uint8_t reqTarget, uint8_t ty…
Completed in 7 milliseconds