summaryrefslogtreecommitdiff
path: root/rcc/rcc.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2012-12-10 19:09:05 +0100
committerVegard Storheil Eriksen <zyp@jvnv.net>2012-12-10 19:09:05 +0100
commit234a69eb4f58a1b57e22656994adbd8f871bf7f5 (patch)
tree7e255d60152d75b9d48aef4ecfde2d30a456946f /rcc/rcc.h
parentf836b288b019f58c0d0a7e2dcbf56972e42ce4f4 (diff)
Added ethernet and syscfg register definitions.
Diffstat (limited to 'rcc/rcc.h')
-rw-r--r--rcc/rcc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rcc/rcc.h b/rcc/rcc.h
index 6307919..650e47d 100644
--- a/rcc/rcc.h
+++ b/rcc/rcc.h
@@ -187,6 +187,9 @@ struct RCC_t {
DMA1 = 1 << 21,
DMA2 = 1 << 22,
ETHMAC = 1 << 25,
+ ETHMACTX = 1 << 26,
+ ETHMACRX = 1 << 27,
+ ETHMACPTP = 1 << 28,
OTGHS = 1 << 29,
OTGHSULPI = 1 << 30,
};