Home
last modified time | relevance | path

Searched refs:USBH_Get_DevDesc (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.h96 USBH_StatusTypeDef USBH_Get_DevDesc(USBH_HandleTypeDef *phost, uint8_t length);
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_core.c825 ReqStatus = USBH_Get_DevDesc(phost, 8U); in USBH_HandleEnum()
870 ReqStatus = USBH_Get_DevDesc(phost, USB_DEVICE_DESC_SIZE); in USBH_HandleEnum()
H A Dusbh_ctlreq.c103 USBH_StatusTypeDef USBH_Get_DevDesc(USBH_HandleTypeDef *phost, uint8_t length) in USBH_Get_DevDesc() function