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

USB_CUSTOM_HID_DESC_SIZ macro

Syntax

#define USB_CUSTOM_HID_DESC_SIZ 9U

References

LocationText
usbd_customhid.h:60
#define USB_CUSTOM_HID_DESC_SIZ 9U
usbd_customhid.c:199
__ALIGN_BEGIN static uint8_t USBD_CUSTOM_HID_Desc[USB_CUSTOM_HID_DESC_SIZ] __ALIGN_END =
usbd_customhid.c:478
len = MIN(USB_CUSTOM_HID_DESC_SIZ, req->wLength);