Searched refs:USBH_UserProcess (Results 1 – 1 of 1) sorted by relevance
56 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