|
libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|

Go to the source code of this file.
| #define CLK_CCLKCFG MMIO32(SYSCON_BASE + 0x104) |
| #define CLK_CLKOUTCFG MMIO32(SYSCON_BASE + 0x1c8) |
| #define CLK_CLKSRCSEL MMIO32(SYSCON_BASE + 0x10c) |
| #define CLK_PCLKSEL0 MMIO32(SYSCON_BASE + 0x1a8) |
| #define CLK_PCLKSEL1 MMIO32(SYSCON_BASE + 0x1ac) |
| #define CLK_PLL0CFG MMIO32(SYSCON_BASE + 0x084) |
| #define CLK_PLL0CON MMIO32(SYSCON_BASE + 0x080) |
| #define CLK_PLL0FEED MMIO32(SYSCON_BASE + 0x08c) |
| #define CLK_PLL0STAT MMIO32(SYSCON_BASE + 0x088) |
| #define CLK_PLL1CFG MMIO32(SYSCON_BASE + 0x0a4) |
| #define CLK_PLL1CON MMIO32(SYSCON_BASE + 0x0a0) |
| #define CLK_PLL1FEED MMIO32(SYSCON_BASE + 0x0ac) |
| #define CLK_PLL1STAT MMIO32(SYSCON_BASE + 0x0a8) |
| #define CLK_SCS MMIO32(SYSCON_BASE + 0x1a0) |
| #define CLK_USBCLKCFG MMIO32(SYSCON_BASE + 0x108) |