aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/rcc.h
diff options
context:
space:
mode:
authorGareth McMullin2011-02-20 12:28:23 +1300
committerGareth McMullin2011-02-20 12:28:23 +1300
commit554feb7f274d853fc024165b3c3074d38a01e0c0 (patch)
treee1092584eb408dc8f5b5ddf47bcf0737c8e2a73f /include/libopencm3/stm32/rcc.h
parent4ed536c988bc933a852405caff8173c5eeaef418 (diff)
USB driver for Connectivity-line devices partially working.
Diffstat (limited to 'include/libopencm3/stm32/rcc.h')
-rw-r--r--include/libopencm3/stm32/rcc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/rcc.h b/include/libopencm3/stm32/rcc.h
index 0880627..a618439 100644
--- a/include/libopencm3/stm32/rcc.h
+++ b/include/libopencm3/stm32/rcc.h
@@ -230,6 +230,10 @@
/* --- RCC_AHBENR values --------------------------------------------------- */
+#define RCC_AHBENR_ETHMACENRX (1 << 16)
+#define RCC_AHBENR_ETHMACENTX (1 << 15)
+#define RCC_AHBENR_ETHMACEN (1 << 14)
+#define RCC_AHBENR_OTGFSEN (1 << 12)
#define RCC_AHBENR_SDIOEN (1 << 10)
#define RCC_AHBENR_FSMCEN (1 << 8)
#define RCC_AHBENR_CRCEN (1 << 6)