Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/
H A Dusbh_hid.c742 uint8_t InterfaceProtocol; in USBH_HID_GetDeviceType() local
746InterfaceProtocol = phost->device.CfgDesc.Itf_Desc[phost->device.current_interface].bInterfaceProt… in USBH_HID_GetDeviceType()
747 if (InterfaceProtocol == HID_KEYBRD_BOOT_CODE) in USBH_HID_GetDeviceType()
753 if (InterfaceProtocol == HID_MOUSE_BOOT_CODE) in USBH_HID_GetDeviceType()