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

USB Device Layer Set Descriptor Event Enable 

Specifying this configuration macro will cause the USB Device Layer to generate the USB_DEVICE_EVENT_SET_DESCRIPTOR event when a Set Descriptor request is received. If this macro is not defined, the USB Device Layer will stall the Set Descriptor control transfer request.

C
#define USB_DEVICE_SET_DESCRIPTOR_EVENT_ENABLE 
Remarks

None.