Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
787869c2
Commit
787869c2
authored
Jan 16, 2011
by
Dean Camera
Browse files
Minor documentation corrections for the new HID report item constant defines.
parent
039a714e
Changes
4
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/USB/Class/Common/HIDReportData.h
View file @
787869c2
...
...
@@ -36,9 +36,9 @@
*/
/** \ingroup Group_HIDParser
* @defgroup Group_HID
IOFConst Input/Output/Feature Mask
s
* @defgroup Group_HID
ReportItemConst HID Report Descriptor Item Constant
s
*
*
Masks indicating the type of Input, Output of Feature
HID
r
eport
item
.
*
General HID constant definitions for
HID
R
eport
Descriptor elements
.
*
* @{
*/
...
...
LUFA/Drivers/USB/Class/Device/HID.h
View file @
787869c2
...
...
@@ -43,7 +43,6 @@
* \section Sec_Dependencies Module Source Dependencies
* The following files must be built with any user project that uses this module:
* - LUFA/Drivers/USB/Class/Device/HID.c <i>(Makefile source module name: LUFA_SRC_USBCLASS)</i>
* - LUFA/Drivers/USB/Class/Common/HIDParser.c <i>(Makefile source module name: LUFA_SRC_USB)</i>
*
* \section Sec_ModDescription Module Description
* Device Mode USB Class driver framework interface, for the HID USB Class driver.
...
...
LUFA/Drivers/USB/Class/Host/HID.h
View file @
787869c2
...
...
@@ -43,7 +43,6 @@
* \section Sec_Dependencies Module Source Dependencies
* The following files must be built with any user project that uses this module:
* - LUFA/Drivers/USB/Class/Host/HID.c <i>(Makefile source module name: LUFA_SRC_USBCLASS)</i>
* - LUFA/Drivers/USB/Class/Common/HIDParser.c <i>(Makefile source module name: LUFA_SRC_USB)</i>
*
* \section Sec_ModDescription Module Description
* Host Mode USB Class driver framework interface, for the HID USB Class driver.
...
...
LUFA/Drivers/USB/USB.h
View file @
787869c2
...
...
@@ -54,6 +54,7 @@
* - LUFA/Drivers/USB/HighLevel/HostStandardReq.c <i>(Makefile source module name: LUFA_SRC_USB)</i>
* - LUFA/Drivers/USB/HighLevel/PipeStream.c <i>(Makefile source module name: LUFA_SRC_USB)</i>
* - LUFA/Drivers/USB/HighLevel/USBTask.c <i>(Makefile source module name: LUFA_SRC_USB)</i>
* - LUFA/Drivers/USB/Class/Common/HIDParser.c <i>(Makefile source module name: LUFA_SRC_USB)</i>
*
* \section Sec_ModDescription Module Description
* Driver and framework for the USB controller hardware on the USB series of AVR microcontrollers. This module
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment