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

More...

Collaboration diagram for SYSCFG Registers:

Modules

 PWRCR SYSCFG configuration register
 

Macros

#define SYSCFG_PMCR   MMIO32(SYSCFG_BASE + 0x04)
 
#define SYSCFG_EXTICR(i)   MMIO32(SYSCFG_BASE + 0x08 + (i)*4)
 
#define SYSCFG_EXTICR1   MMIO32(SYSCFG_BASE + 0x08)
 
#define SYSCFG_EXTICR2   MMIO32(SYSCFG_BASE + 0x0C)
 
#define SYSCFG_EXTICR3   MMIO32(SYSCFG_BASE + 0x10)
 
#define SYSCFG_EXTICR4   MMIO32(SYSCFG_BASE + 0x14)
 
#define SYSCFG_CFGR   MMIO32(SYSCFG_BASE + 0x18)
 
#define SYSCFG_CCSR   MMIO32(SYSCFG_BASE + 0x20)
 
#define SYSCFG_CCVR   MMIO32(SYSCFG_BASE + 0x24)
 
#define SYSCFG_CCCR   MMIO32(SYSCFG_BASE + 0x28)
 
#define SYSCFG_PWRCR   MMIO32(SYSCFG_BASE + 0x2C)
 
#define SYSCFG_PKGR   MMIO32(SYSCFG_BASE + 0x124)
 
#define SYSCFG_UR(n)   MMIO32(SYSCFG_BASE + 0x300 + (4 * (n)))
 
#define SYSCFG_EXTICR_FIELDSIZE   4
 

Detailed Description

Macro Definition Documentation

◆ SYSCFG_CCCR

#define SYSCFG_CCCR   MMIO32(SYSCFG_BASE + 0x28)

Definition at line 48 of file h7/syscfg.h.

◆ SYSCFG_CCSR

#define SYSCFG_CCSR   MMIO32(SYSCFG_BASE + 0x20)

Definition at line 46 of file h7/syscfg.h.

◆ SYSCFG_CCVR

#define SYSCFG_CCVR   MMIO32(SYSCFG_BASE + 0x24)

Definition at line 47 of file h7/syscfg.h.

◆ SYSCFG_CFGR

#define SYSCFG_CFGR   MMIO32(SYSCFG_BASE + 0x18)

Definition at line 45 of file h7/syscfg.h.

◆ SYSCFG_EXTICR

#define SYSCFG_EXTICR (   i)    MMIO32(SYSCFG_BASE + 0x08 + (i)*4)

Definition at line 40 of file h7/syscfg.h.

◆ SYSCFG_EXTICR1

#define SYSCFG_EXTICR1   MMIO32(SYSCFG_BASE + 0x08)

Definition at line 41 of file h7/syscfg.h.

◆ SYSCFG_EXTICR2

#define SYSCFG_EXTICR2   MMIO32(SYSCFG_BASE + 0x0C)

Definition at line 42 of file h7/syscfg.h.

◆ SYSCFG_EXTICR3

#define SYSCFG_EXTICR3   MMIO32(SYSCFG_BASE + 0x10)

Definition at line 43 of file h7/syscfg.h.

◆ SYSCFG_EXTICR4

#define SYSCFG_EXTICR4   MMIO32(SYSCFG_BASE + 0x14)

Definition at line 44 of file h7/syscfg.h.

◆ SYSCFG_EXTICR_FIELDSIZE

#define SYSCFG_EXTICR_FIELDSIZE   4

Definition at line 53 of file h7/syscfg.h.

◆ SYSCFG_PKGR

#define SYSCFG_PKGR   MMIO32(SYSCFG_BASE + 0x124)

Definition at line 50 of file h7/syscfg.h.

◆ SYSCFG_PMCR

#define SYSCFG_PMCR   MMIO32(SYSCFG_BASE + 0x04)

Definition at line 39 of file h7/syscfg.h.

◆ SYSCFG_PWRCR

#define SYSCFG_PWRCR   MMIO32(SYSCFG_BASE + 0x2C)

Definition at line 49 of file h7/syscfg.h.

◆ SYSCFG_UR

#define SYSCFG_UR (   n)    MMIO32(SYSCFG_BASE + 0x300 + (4 * (n)))

Definition at line 51 of file h7/syscfg.h.