USB_HID_DESC_SIZ is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

USB_HID_DESC_SIZ macro

Syntax

#define USB_HID_DESC_SIZ 9U

References

LocationText
usbd_hid.h:49
#define USB_HID_DESC_SIZ 9U
usbd_hid.c:189
__ALIGN_BEGIN static uint8_t USBD_HID_Desc[USB_HID_DESC_SIZ] __ALIGN_END =
usbd_hid.c:421
len = MIN(USB_HID_DESC_SIZ, req->wLength);