HID_MOUSE_BOOT_CODE is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

HID_MOUSE_BOOT_CODE macro

Syntax

#define HID_MOUSE_BOOT_CODE 0x02U

References

LocationText
usbh_hid.h:253
#define HID_MOUSE_BOOT_CODE 0x02U
usbh_hid.c:181
else if (phost->device.CfgDesc.Itf_Desc[interface].bInterfaceProtocol == HID_MOUSE_BOOT_CODE)
usbh_hid.c:779
if (InterfaceProtocol == HID_MOUSE_BOOT_CODE)