libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
g0/exti.h File Reference
Include dependency graph for g0/exti.h:

Go to the source code of this file.

Macros

#define EXTI_EXTICR(i)   MMIO32(EXTI_BASE + 0x60 + (i)*4)
 EXTI External Interrupt Selection Registers. More...
 
#define EXTI_EXTICR1   MMIO32(EXTI_BASE + 0x60)
 
#define EXTI_EXTICR2   MMIO32(EXTI_BASE + 0x64)
 
#define EXTI_EXTICR3   MMIO32(EXTI_BASE + 0x68)
 
#define EXTI_EXTICR4   MMIO32(EXTI_BASE + 0x6c)
 
#define EXTI_RPR1   MMIO32(EXTI_BASE + 0x0c)
 EXTI Rising Edge Pending Register. More...
 
#define EXTI_FPR1   MMIO32(EXTI_BASE + 0x10)
 EXTI Falling Edge Pending Register. More...