The USB_EndPoint0 function handles all the requests sent to Endpoint0 (mainly done by the interrupt routine USB_ISR). This includes the standard and class specific setup requests and any data transfer using Endpoint0. The USB_EndPoint0 function is part of the USB Core Driver layer of the RL-USB software stack. There is no requirement to modify this function. |