aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/CDC.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-08 11:31:41 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-08 11:31:41 +0000
commitccf5bd19f2d750440043b242cf26fcda09b69cce (patch)
tree9836f26b485646ec9a09aa40b933dc246bff44b3 /LUFA/Drivers/USB/Class/Device/CDC.h
parent1c12341cd73659a5c13b563b8cd682d766547af3 (diff)
downloadlufa-ccf5bd19f2d750440043b242cf26fcda09b69cce.tar.gz
lufa-ccf5bd19f2d750440043b242cf26fcda09b69cce.tar.bz2
lufa-ccf5bd19f2d750440043b242cf26fcda09b69cce.zip
Finished basic documentation of all device mode class drivers.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Device/CDC.h')
-rw-r--r--LUFA/Drivers/USB/Class/Device/CDC.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/LUFA/Drivers/USB/Class/Device/CDC.h b/LUFA/Drivers/USB/Class/Device/CDC.h
index feb7ff24b..390ebbcb6 100644
--- a/LUFA/Drivers/USB/Class/Device/CDC.h
+++ b/LUFA/Drivers/USB/Class/Device/CDC.h
@@ -151,8 +151,10 @@
};
/* Type Defines: */
- /** Type define for the virtual serial port line encoding settings, for storing the current USART configuration
- * as set by the host via a class specific request.
+ /** Class state structure. An instance of this structure should be made for each CDC interface
+ * within the user application, and passed to each of the CDC class driver functions as the
+ * CDCInterfaceInfo parameter. The contents of this structure should be set to their correct
+ * values when used, or ommitted to force the library to use default values.
*/
typedef struct
{