summaryrefslogtreecommitdiff
path: root/rcc/rcc.h
diff options
context:
space:
mode:
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,
};