The USB_Core function handles the USB core events sent by the host (such as the set interface event). The USB_Core function handles the USB core events that have been enabled in usbcfg.h or using the Configuration Wizard. See Configuration Parameters on page 1-34 for a list of USB core events and how to enable them. The USB_Core function is part of the USB Core Device layer of the RL-USB Software Stack. You can Modify this function to provide your own special handling code for the USB core events. USB_Core is a continuously running task. |