STM32F10x Standard Peripherals Library  3.5.0
FSMC_Interrupt_sources

Defines

#define FSMC_IT_RisingEdge   ((uint32_t)0x00000008)
#define FSMC_IT_Level   ((uint32_t)0x00000010)
#define FSMC_IT_FallingEdge   ((uint32_t)0x00000020)
#define IS_FSMC_IT(IT)   ((((IT) & (uint32_t)0xFFFFFFC7) == 0x00000000) && ((IT) != 0x00000000))
#define IS_FSMC_GET_IT(IT)

Define Documentation

#define FSMC_IT_FallingEdge   ((uint32_t)0x00000020)

Definition at line 648 of file stm32f10x_fsmc.h.

#define FSMC_IT_Level   ((uint32_t)0x00000010)

Definition at line 647 of file stm32f10x_fsmc.h.

#define FSMC_IT_RisingEdge   ((uint32_t)0x00000008)

Definition at line 646 of file stm32f10x_fsmc.h.

#define IS_FSMC_GET_IT (   IT)
Value:
(((IT) == FSMC_IT_RisingEdge) || \
                            ((IT) == FSMC_IT_Level) || \
                            ((IT) == FSMC_IT_FallingEdge))

Definition at line 650 of file stm32f10x_fsmc.h.

#define IS_FSMC_IT (   IT)    ((((IT) & (uint32_t)0xFFFFFFC7) == 0x00000000) && ((IT) != 0x00000000))

Definition at line 649 of file stm32f10x_fsmc.h.