USB Libraries Help > USB Device Libraries > USB Device Layer Library > Configuring the Library > USB_DEVICE_EP0_BUFFER_SIZE Macro
MPLAB Harmony USB Stack
USB_DEVICE_EP0_BUFFER_SIZE Macro

Endpoint 0 Buffer Size 

This number defines the size (in bytes) of Endpoint 0. For High Speed USB Devices, this number should be 64. For Full Speed USB Devices, this number can be 8, 16, 32 or 64 bytes. This number will be applicable to all USB Device Stack instances.

C
#define USB_DEVICE_EP0_BUFFER_SIZE 
Remarks

None.