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_Flags
FSMC_NAND_PCCARD_Controller
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))
Generated on Thu Feb 13 2014 18:54:13 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1