Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/USB_HOST/App/
H A Dusb_host.c56 static void USBH_UserProcess(USBH_HandleTypeDef *phost, uint8_t id);
76 if (USBH_Init(&hUsbHostFS, USBH_UserProcess, HOST_FS) != USBH_OK) in MX_USB_HOST_Init()
104 static void USBH_UserProcess (USBH_HandleTypeDef *phost, uint8_t id) in USBH_UserProcess() function