libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Defined Constants and Types for the STM32F7xx Sysconfig. More...
Macros | |
#define | SYSCFG_MEMRM MMIO32(SYSCFG_BASE + 0x00) |
#define | SYSCFG_PMC MMIO32(SYSCFG_BASE + 0x04) |
#define | SYSCFG_EXTICR(i) MMIO32(SYSCFG_BASE + 0x08 + (i)*4) |
#define | SYSCFG_EXTICR1 SYSCFG_EXTICR(0) |
#define | SYSCFG_EXTICR2 SYSCFG_EXTICR(1) |
#define | SYSCFG_EXTICR3 SYSCFG_EXTICR(2) |
#define | SYSCFG_EXTICR4 SYSCFG_EXTICR(3) |
#define | SYSCFG_CMPCR MMIO32(SYSCFG_BASE + 0x20) |
#define | SYSCFG_EXTICR_FIELDSIZE 4 |
Defined Constants and Types for the STM32F7xx Sysconfig.
LGPL License Terms libopencm3 License
#define SYSCFG_CMPCR MMIO32(SYSCFG_BASE + 0x20) |
Definition at line 51 of file syscfg_common_l1f234.h.
#define SYSCFG_EXTICR | ( | i | ) | MMIO32(SYSCFG_BASE + 0x08 + (i)*4) |
Definition at line 45 of file syscfg_common_l1f234.h.
#define SYSCFG_EXTICR1 SYSCFG_EXTICR(0) |
Definition at line 46 of file syscfg_common_l1f234.h.
#define SYSCFG_EXTICR2 SYSCFG_EXTICR(1) |
Definition at line 47 of file syscfg_common_l1f234.h.
#define SYSCFG_EXTICR3 SYSCFG_EXTICR(2) |
Definition at line 48 of file syscfg_common_l1f234.h.
#define SYSCFG_EXTICR4 SYSCFG_EXTICR(3) |
Definition at line 49 of file syscfg_common_l1f234.h.
#define SYSCFG_EXTICR_FIELDSIZE 4 |
Definition at line 55 of file syscfg_common_l1f234.h.
#define SYSCFG_MEMRM MMIO32(SYSCFG_BASE + 0x00) |
Definition at line 40 of file syscfg_common_l1f234.h.
#define SYSCFG_PMC MMIO32(SYSCFG_BASE + 0x04) |
Definition at line 42 of file syscfg_common_l1f234.h.