CARME-M4 BSP
V1.5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
Macros
FSMC_Interrupt_sources
STM32F4xx_StdPeriph_Driver
»
FSMC
»
FSMC_Exported_Constants
»
FSMC_NAND_PCCARD_Controller
Collaboration diagram for FSMC_Interrupt_sources:
Macros
#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)
Detailed Description
Macro Definition Documentation
#define IS_FSMC_GET_IT
(
IT
)
Value:
(((IT) == FSMC_IT_RisingEdge) || \
((IT) == FSMC_IT_Level) || \
((IT) == FSMC_IT_FallingEdge))
Definition at line
600
of file
stm32f4xx_fsmc.h
.
Generated on Fri Aug 12 2016 17:42:39 for CARME-M4 BSP by
1.8.10