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
SYSCFG_Memory_Remap_Config
SYSCFG_Exported_Constants
Macros
#define
SYSCFG_MemoryRemap_Flash
((uint8_t)0x00)
#define
SYSCFG_MemoryRemap_SystemFlash
((uint8_t)0x01)
#define
SYSCFG_MemoryRemap_FSMC
((uint8_t)0x02)
#define
SYSCFG_MemoryRemap_SRAM
((uint8_t)0x03)
#define
IS_SYSCFG_MEMORY_REMAP_CONFING
(REMAP)
Detailed Description
Macro Definition Documentation
#define IS_SYSCFG_MEMORY_REMAP_CONFING
(
REMAP
)
Value:
(((REMAP) == SYSCFG_MemoryRemap_Flash) || \
((REMAP) == SYSCFG_MemoryRemap_SystemFlash) || \
((REMAP) == SYSCFG_MemoryRemap_SRAM) || \
((REMAP) == SYSCFG_MemoryRemap_FSMC))
Generated on Thu Feb 13 2014 18:54:14 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1