USB Libraries Help > USB Host Libraries > USB HID Host Mouse Driver Library > Configuring the Library > USB_HID_GLOBAL_PUSH_POP_STACK_SIZE Macro
MPLAB Harmony USB Stack
USB_HID_GLOBAL_PUSH_POP_STACK_SIZE Macro

USB Host HID Global PUSH POP stack size supported 

This macro defines the size of the Global PUSH POP stack per HID driver instance. If the application wants to support HID device having 2 continuous PUSH item or 2 continuous POP item in the Report Descriptor, then the value should be set to 2.

C
#define USB_HID_GLOBAL_PUSH_POP_STACK_SIZE 
Remarks

None.