Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_ctlreq.h92 USBH_StatusTypeDef USBH_GetDescriptor(USBH_HandleTypeDef *phost,
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_ctlreq.c107 if ((status = USBH_GetDescriptor(phost, in USBH_Get_DevDesc()
137 if ((status = USBH_GetDescriptor(phost, (USB_REQ_RECIPIENT_DEVICE | USB_REQ_TYPE_STANDARD), in USBH_Get_CfgDesc()
164 if ((status = USBH_GetDescriptor(phost, in USBH_Get_StringDesc()
188 USBH_StatusTypeDef USBH_GetDescriptor(USBH_HandleTypeDef *phost, in USBH_GetDescriptor() function
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/
H A Dusbh_hid.c539 status = USBH_GetDescriptor(phost, in USBH_HID_GetHIDReportDescriptor()
568 status = USBH_GetDescriptor(phost, in USBH_HID_GetHIDDescriptor()