libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
sysctl.h File Reference
Include dependency graph for sysctl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SYSCTL_SYS_CFG_2_SLEEP   (1 << 4)
 
#define SYSCTL_SYS_CFG_1_TIMERSE1   (1 << 17)
 
#define SYSCTL_SYS_CFG_1_TIMERSE0   (1 << 6)
 
#define SYSCTL_SYS_CFG_1_WDT   (1 << 4)
 
#define SYSCTL_SYS_CFG_0   MMIO32(SYSCTL_BASE + 0x0)
 Clock dividers for TIMERSE and SCLK. More...
 
#define SYSCTL_SYS_CFG_1   MMIO32(SYSCTL_BASE + 0x4)
 TIMERSE0, TIMERSE1, and WDT enable. More...
 
#define SYSCTL_SYS_DBLF   MMIO32(SYSCTL_BASE + 0x8)
 SCLK multiplier (18Mhz and 36Mhz) More...
 
#define SYSCTL_SYS_CFG_2   MMIO32(SYSCTL_BASE + 0xC)
 MOS Disconnect (Synwit says that this subregister is unused), Sleep Mode, and Internal Oscillator Disconnect. More...