aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/OTGv1/stm32_otg.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-09-03 13:41:48 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-09-03 13:41:48 +0000
commitf6c67102beda3747a33ed818b71f7ec7e24d1be0 (patch)
tree4f0032e6de66528f372dce1dfd1e3ad5bee298ac /os/hal/ports/STM32/LLD/OTGv1/stm32_otg.h
parent9b7696e58f3b006da9fdc60003f640197951681b (diff)
downloadChibiOS-f6c67102beda3747a33ed818b71f7ec7e24d1be0.tar.gz
ChibiOS-f6c67102beda3747a33ed818b71f7ec7e24d1be0.tar.bz2
ChibiOS-f6c67102beda3747a33ed818b71f7ec7e24d1be0.zip
Merged ULPI code in STM32 OTGv1 driver, not tested yet. It does not harm ULPI-less operations.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8271 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/OTGv1/stm32_otg.h')
-rw-r--r--os/hal/ports/STM32/LLD/OTGv1/stm32_otg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/LLD/OTGv1/stm32_otg.h b/os/hal/ports/STM32/LLD/OTGv1/stm32_otg.h
index a8991c127..60f1d25ab 100644
--- a/os/hal/ports/STM32/LLD/OTGv1/stm32_otg.h
+++ b/os/hal/ports/STM32/LLD/OTGv1/stm32_otg.h
@@ -682,6 +682,7 @@ typedef struct {
#define DSTS_ENUMSPD_MASK (3U<<1) /**< Enumerated speed mask. */
#define DSTS_ENUMSPD_FS_48 (3U<<1) /**< Full speed (PHY clock is
running at 48 MHz). */
+#define DSTS_ENUMSPD_HS_480 (0U<<1) /**< High speed. */
#define DSTS_SUSPSTS (1U<<0) /**< Suspend status. */
/** @} */