summaryrefslogtreecommitdiff
path: root/firmware/export/as3525.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/as3525.h')
-rw-r--r--firmware/export/as3525.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/as3525.h b/firmware/export/as3525.h
index c5e01d5bc8..bad88a20e3 100644
--- a/firmware/export/as3525.h
+++ b/firmware/export/as3525.h
@@ -223,6 +223,7 @@ CE lines
223/* --- are disabled after reset --- */ 223/* --- are disabled after reset --- */
224#define CGU_EXTMEM_CLOCK_ENABLE ( 1 << 27 ) /* external memory */ 224#define CGU_EXTMEM_CLOCK_ENABLE ( 1 << 27 ) /* external memory */
225#define CGU_EXTMEMIF_CLOCK_ENABLE ( 1 << 26 ) /* ext mem AHB IF */ 225#define CGU_EXTMEMIF_CLOCK_ENABLE ( 1 << 26 ) /* ext mem AHB IF */
226#define CGU_ROM_ENABLE ( 1 << 24 ) /* internal ROM */
226#define CGU_DMA_CLOCK_ENABLE ( 1 << 22 ) /* dma */ 227#define CGU_DMA_CLOCK_ENABLE ( 1 << 22 ) /* dma */
227#define CGU_USB_CLOCK_ENABLE ( 1 << 21 ) /* usb */ 228#define CGU_USB_CLOCK_ENABLE ( 1 << 21 ) /* usb */
228#define CGU_I2SOUT_APB_CLOCK_ENABLE ( 1 << 20 ) /* i2sout */ 229#define CGU_I2SOUT_APB_CLOCK_ENABLE ( 1 << 20 ) /* i2sout */