Searched refs:USBH_FindInterface (Results 1 – 3 of 3) sorted by relevance
94 uint8_t USBH_FindInterface(USBH_HandleTypeDef *phost,
145 interface = USBH_FindInterface(phost, phost->pActiveClass->ClassCode, HID_BOOT_CODE, 0xFFU); in USBH_HID_InterfaceInit()
325 uint8_t USBH_FindInterface(USBH_HandleTypeDef *phost, uint8_t Class, uint8_t SubClass, uint8_t Pro… in USBH_FindInterface() function