STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups

Macros

#define FSMC_FLAG_RisingEdge   ((uint32_t)0x00000001)
 
#define FSMC_FLAG_Level   ((uint32_t)0x00000002)
 
#define FSMC_FLAG_FallingEdge   ((uint32_t)0x00000004)
 
#define FSMC_FLAG_FEMPT   ((uint32_t)0x00000040)
 
#define IS_FSMC_GET_FLAG(FLAG)
 
#define IS_FSMC_CLEAR_FLAG(FLAG)   ((((FLAG) & (uint32_t)0xFFFFFFF8) == 0x00000000) && ((FLAG) != 0x00000000))
 

Detailed Description

Macro Definition Documentation

#define IS_FSMC_GET_FLAG (   FLAG)
Value:
(((FLAG) == FSMC_FLAG_RisingEdge) || \
((FLAG) == FSMC_FLAG_Level) || \
((FLAG) == FSMC_FLAG_FallingEdge) || \
((FLAG) == FSMC_FLAG_FEMPT))