Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/USB_HOST/App/
H A Dusb_host.c84 if (USBH_Start(&hUsbHostFS) != USBH_OK) in MX_USB_HOST_Init()
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_core.h106 USBH_StatusTypeDef USBH_Start(USBH_HandleTypeDef *phost);
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_core.c386 USBH_StatusTypeDef USBH_Start(USBH_HandleTypeDef *phost) in USBH_Start() function
784 USBH_Start(phost); in USBH_Process()