aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-13 08:27:51 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-13 08:27:51 +0000
commit28e7808798ebb9c087d2ba15a0366362a50fea9e (patch)
tree42f2e69c2059c5ce475ed0c06c5f89b67f09bbe4 /os/hal/platforms
parentb058afec841760addc1d1fdabed3843cce9065d0 (diff)
downloadChibiOS-28e7808798ebb9c087d2ba15a0366362a50fea9e.tar.gz
ChibiOS-28e7808798ebb9c087d2ba15a0366362a50fea9e.tar.bz2
ChibiOS-28e7808798ebb9c087d2ba15a0366362a50fea9e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4561 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r--os/hal/platforms/STM32/OTGv1/stm32_otg.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/OTGv1/stm32_otg.h b/os/hal/platforms/STM32/OTGv1/stm32_otg.h
index 4c83a62eb..7e08fae7f 100644
--- a/os/hal/platforms/STM32/OTGv1/stm32_otg.h
+++ b/os/hal/platforms/STM32/OTGv1/stm32_otg.h
@@ -802,6 +802,14 @@ typedef struct {
/** @} */
/**
+ * @name DTXFSTS register bit definitions.
+ * @{
+ */
+#define DTXFSTS_INEPTFSAV_MASK (0xFFFF<<0) /**< IN endpoint TxFIFO space
+ available. */
+/** @} */
+
+/**
* @name DOEPCTL register bit definitions.
* @{
*/