STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
Main Page
Modules
Data Structures
Files
All
Data Structures
Files
Functions
Variables
Enumerations
Enumerator
Groups
Macros
FSMC_Interrupt_sources
FSMC_NAND_PCCARD_Controller
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))
Generated on Thu Feb 13 2014 18:54:13 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1