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

CUSTOM_HID_EPIN_SIZE macro

Syntax

#define CUSTOM_HID_EPIN_SIZE 0x02U

References

LocationText
usbd_customhid.h:48
#define CUSTOM_HID_EPIN_SIZE 0x02U
usbd_customhid.c:182
LOBYTE(CUSTOM_HID_EPIN_SIZE), /* wMaxPacketSize: 2 Bytes max */
usbd_customhid.c:183
HIBYTE(CUSTOM_HID_EPIN_SIZE),
usbd_customhid.c:283
CUSTOM_HID_EPIN_SIZE);
usbd_customhid.c:586
pEpInDesc->wMaxPacketSize = CUSTOM_HID_EPIN_SIZE;
usbd_customhid.c:614
pEpInDesc->wMaxPacketSize = CUSTOM_HID_EPIN_SIZE;
usbd_customhid.c:642
pEpInDesc->wMaxPacketSize = CUSTOM_HID_EPIN_SIZE;