/** \file
*
* This file contains special DoxyGen information for the generation of the main page and other special
* documentation pages. It is not a project source file.
*/
/** \mainpage Generic HID Device
*
* \section SSec_Info USB Information:
*
* The following table gives a rundown of the USB utilization of this demo.
*
*
*
* Define Name: |
* Location: |
* Description: |
*
*
* GENERIC_REPORT_SIZE |
* Descriptors.h |
* This token defines the size of the device reports, both sent and received. The value must be an
* integer ranging from 1 to 255. |
*
*
* INTERRUPT_CONTROL_ENDPOINT |
* Makefile CDEFS |
* When defined, this causes the demo to enable interrupts for the control endpoint,
* which services control requests from the host. If not defined, the control endpoint
* is serviced via polling using the task scheduler. |
*
*
* INTERRUPT_DATA_ENDPOINT |
* Makefile CDEFS |
* When defined, this causes the demo to enable interrupts for the data endpoints,
* which services incoming LED reports and outgoing key status reports to and from the host.
* If not defined, the data endpoints are serviced via polling using the task scheduler. |
*
*
*/