esp32: add protection for DPORT registers of RSA

This commit is contained in:
Ivan Grokhotkov
2017-06-27 20:28:32 +08:00
committed by Angus Gratton
parent 791daea835
commit 08287852ab
2 changed files with 21 additions and 19 deletions

View File

@@ -69,9 +69,9 @@
#define SOC_RTC_DATA_HIGH 0x50002000
#define DR_REG_DPORT_BASE 0x3ff00000
#define DR_REG_DPORT_END 0x3ff00FFC
#define DR_REG_RSA_BASE 0x3ff02000
#define DR_REG_SHA_BASE 0x3ff03000
#define DR_REG_DPORT_END 0x3ff03FFC
#define DR_REG_UART_BASE 0x3ff40000
#define DR_REG_SPI1_BASE 0x3ff42000
#define DR_REG_SPI0_BASE 0x3ff43000