aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/rcc.h
diff options
context:
space:
mode:
authorUwe Hermann2011-03-07 13:37:30 +0100
committerUwe Hermann2011-03-07 13:37:30 +0100
commitef766da46811b7cbc7202ce01aa0fb51e785dfee (patch)
treef857013d2fb1708d15faf3ab4245b643b85bd13c /include/libopencm3/stm32/rcc.h
parent6694f3dc0c0cde00a4f5723dc602de731c63fd84 (diff)
parent554feb7f274d853fc024165b3c3074d38a01e0c0 (diff)
Merge remote-tracking branch 'gsmcmullin/master'
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)