summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/usb/usbhost.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-20 13:55:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-20 13:55:19 +0000
commitc1b91e741d3baf2af4c99fcdefdb408935bba827 (patch)
tree3feabc675cd61c888a0593c82b54ecc5599e19d5 /nuttx/include/nuttx/usb/usbhost.h
parent3390ce90ee3e56ea94f228788790747e898ad10e (diff)
downloadnuttx-c1b91e741d3baf2af4c99fcdefdb408935bba827.tar.gz
nuttx-c1b91e741d3baf2af4c99fcdefdb408935bba827.tar.bz2
nuttx-c1b91e741d3baf2af4c99fcdefdb408935bba827.zip
STM32 USB host driver is code compelte (but untested)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5039 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/nuttx/usb/usbhost.h')
-rw-r--r--nuttx/include/nuttx/usb/usbhost.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/nuttx/usb/usbhost.h b/nuttx/include/nuttx/usb/usbhost.h
index 133fd4387..058f5403e 100644
--- a/nuttx/include/nuttx/usb/usbhost.h
+++ b/nuttx/include/nuttx/usb/usbhost.h
@@ -553,7 +553,7 @@ struct usbhost_class_s
};
/* This structure describes one endpoint. It is used as an input to the
- * allocep() method. Most of this information comes from the endpoint
+ * epalloc() method. Most of this information comes from the endpoint
* descriptor.
*/
@@ -567,7 +567,7 @@ struct usbhost_epdesc_s
uint16_t mxpacketsize; /* Max packetsize */
};
-/* This type represents one endpoint configured by the allocep() method.
+/* This type represents one endpoint configured by the epalloc() method.
* The actual form is know only internally to the USB host controller
* (for example, for an OHCI driver, this would probably be a pointer
* to an endpoint descriptor).